Commit b92fdbb7b840375fa02df9044afb4ba6915a0373

Authored by Karpikau Andrei
1 parent bcbbc9e8

check render block element

@@ -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] = '' 59 + html_attributes[:class] = 'col'
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
1 -<div class="col" <%= @data_attributes %>> 1 +<div class="" <%= @data_attributes %>>
2 <%= @content %> 2 <%= @content %>
3 </div> 3 </div>
1 module Kanjai 1 module Kanjai
2 - VERSION = "0.0.180" 2 + VERSION = "0.0.181"
3 end 3 end