Commit b92fdbb7b840375fa02df9044afb4ba6915a0373

Authored by Karpikau Andrei
1 parent bcbbc9e8

check render block element

... ... @@ -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
... ...
1   -<div class="col" <%= @data_attributes %>>
  1 +<div class="" <%= @data_attributes %>>
2 2 <%= @content %>
3 3 </div>
\ No newline at end of file
... ...
1 1 module Kanjai
2   - VERSION = "0.0.180"
  2 + VERSION = "0.0.181"
3 3 end
... ...