Commit bcbbc9e82477a3c4024c3b6cb120b46ae76d79e2

Authored by Karpikau Andrei
1 parent d1d7de3d

check render block

... ... @@ -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] = 'col'
  59 + html_attributes[:class] = ''
60 60 html_attributes['data-id'] = row['attributes']['id']
61 61 html_attributes['data-page_data_id'] = page_data.id
62 62
... ...
1 1 module Kanjai
2   - VERSION = "0.0.179"
  2 + VERSION = "0.0.180"
3 3 end
... ...