Skip to content

Commit

Permalink
Merge pull request #2943 from bricesanchez/form_extra_fields_for_more…
Browse files Browse the repository at this point in the history
…_options

Add form extra fields for more options
  • Loading branch information
parndt committed Apr 8, 2015
2 parents ca100e1 + 51b86ac commit c86551d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Expand Up @@ -78,6 +78,8 @@
<%= f.label :show_in_menu, t('.show_in_menu_description'),
:class => "stripped" %>
</div>

<%= render 'form_extra_fields_for_more_options', :f => f %>
</div>

<%= render 'form_advanced_options_seo', :f => f %>
Expand Down
@@ -0,0 +1 @@
<%# Intentionally empty, useful override point to add extra fields. %>

0 comments on commit c86551d

Please sign in to comment.