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