app/views/spina/admin/resources/edit.html.haml in spina-1.1.4 vs app/views/spina/admin/resources/edit.html.haml in spina-1.2.0
- old
+ new
@@ -38,12 +38,5 @@
= Spina::Resource.human_attribute_name :view_template
.horizontal-form-content
.select-dropdown
- options = options_for_select(current_theme.view_templates.map { |template| [template[:title], template[:name]] }, @resource.view_template)
= f.select :view_template, options, include_blank: true
-
- .horizontal-form-group
- .horizontal-form-label
- = Spina::Resource.human_attribute_name :parent_page
- .horizontal-form-content
- .select-dropdown
- = f.select :parent_page_id, page_ancestry_options(Spina::Page.new), include_blank: Spina::Resource.human_attribute_name(:no_parent)
\ No newline at end of file