Commit d856c1186169b886715baaf4f60dd5b5d368a221

Authored by Andrey Karpikov
1 parent f4f5f1c7

check sort reepat element

1 <% if repeat_element.present? %> 1 <% if repeat_element.present? %>
2 <div class="wrapper-block" style="margin-left: <%= margin_index * 20 %>px"> 2 <div class="wrapper-block" style="margin-left: <%= margin_index * 20 %>px">
3 - <h2>Repeat <%= repeat_element[:itemName] %></h2> 3 + <h2><%= repeat_element[:itemName] %></h2>
4 4
5 <% if repeat_element[:attributes]['count'].nil? %> 5 <% if repeat_element[:attributes]['count'].nil? %>
6 <div class="text-right"> 6 <div class="text-right">
1 module Kanjai 1 module Kanjai
2 - VERSION = "0.0.264" 2 + VERSION = "0.0.265"
3 end 3 end