Mercurial > hg > soundsoftware-site
view .svn/pristine/53/5348a576b6e7f11a14f641fe1fc6002b23e71005.svn-base @ 1487:e6d8c818a49d redmine-2.4-integration
ActionController paginator -> Redmine paginator
author | Chris Cannam |
---|---|
date | Wed, 15 Jan 2014 13:50:04 +0000 |
parents | 261b3d9a4903 |
children |
line wrap: on
line source
<h2><%=l(:label_auth_source)%> (<%= h(@auth_source.auth_method_name) %>)</h2> <%= labelled_form_for @auth_source, :as => :auth_source, :url => auth_source_path(@auth_source), :html => {:id => 'auth_source_form'} do |f| %> <%= render :partial => auth_source_partial_name(@auth_source), :locals => { :f => f } %> <%= submit_tag l(:button_save) %> <% end %>