Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -56,7 +56,7 @@ module Kanjai | @@ -56,7 +56,7 @@ module Kanjai | ||
| 56 | page_content = page_data.page_contents.where(:structure_id => structure_id).first | 56 | page_content = page_data.page_contents.where(:structure_id => structure_id).first |
| 57 | 57 | ||
| 58 | html_attributes = {} | 58 | html_attributes = {} |
| 59 | - html_attributes[:class] = 'col' | 59 | + html_attributes[:class] = '' |
| 60 | html_attributes['data-id'] = row['attributes']['id'] | 60 | html_attributes['data-id'] = row['attributes']['id'] |
| 61 | html_attributes['data-page_data_id'] = page_data.id | 61 | html_attributes['data-page_data_id'] = page_data.id |
| 62 | 62 |