File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/views/cms/form_builder Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 unless options[:class]
44 options[:class] = []
55 end
6+ options[:class] << 'input-xxlarge'
67 options[:class] << 'slug-source'
78 end
89%>
1213 <% else %>
1314 <%= f . label method %>
1415 <% end %>
15- <%= f . text_field method , options = { :class => "input-xxlarge" } %>
16+ <%= f . text_field method , options %>
1617 <% if cms_options [ :instructions ] %>
1718 < div class ="muted help-block "> <%= h cms_options [ :instructions ] %> </ div >
1819 <% end %>
Original file line number Diff line number Diff line change 66* Keep open/closed/last selected state of sitemap
77* Audit/Delete/merge js/cms/sitemap.js.erb
88* Move/drag/drop sections
9- * Paths are not autogenerating when creating products/catalogs.
109* No visual indicator of an empty section
11-
10+ * Doubleclicking on items
1211* page_editor.css/page_content_editing.css shouldn't have been deleted.
1312
1413##
You can’t perform that action at this time.
0 commit comments