Showing
2 changed files
with
1 additions
and
2 deletions
| ... | ... | @@ -51,7 +51,6 @@ |
| 51 | 51 | |
| 52 | 52 | |
| 53 | 53 | <% end %> |
| 54 | - <%= @main_field %> | |
| 55 | 54 | <% row_items = @obj.page_content_markers.select{|item| item.row_item.to_i > 0}.collect(&:row_item).uniq %> |
| 56 | 55 | <% repeat_element = template_part.field_options.select{|item| item[:name] == 'repeat' }.first %> |
| 57 | 56 | ... | ... |