index.html.erb 228 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <h1><%= _('Juventude settings')%></h1> <%= form_for(:settings) do |f| %> <% button_bar do %> <%= submit_button(:save, c_('Save'), :cancel => {:controller => 'plugins', :action => 'index'}) %> <% end %> <% end %>