Skip to content

Commit

Permalink
Added submit button to person editor, fixes #80
Browse files Browse the repository at this point in the history
  • Loading branch information
HirschSt committed Nov 26, 2014
1 parent 7bab34c commit c3c0abf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/admin/person.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def new

sidebar I18n.t(:sections), :only => [:edit, :new] do
render("editor/section_sidebar") # Calls a partial
active_admin_submit_bar( self )
end

form :partial => "editor/edit_wide"
Expand Down

0 comments on commit c3c0abf

Please sign in to comment.