]> source.dussan.org Git - redmine.git/commitdiff
Missing labels on auth_source edit form.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 24 Dec 2012 10:42:37 +0000 (10:42 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 24 Dec 2012 10:42:37 +0000 (10:42 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11079 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/auth_sources/edit.html.erb

index b84d60053b7e74823ee5d6f907eba85c2b6331e8..aee3baf56977d27911cfcf0d18f2439ada69a4dd 100644 (file)
@@ -1,6 +1,6 @@
 <h2><%=l(:label_auth_source)%> (<%= h(@auth_source.auth_method_name) %>)</h2>
 
-<%= form_for @auth_source, :as => :auth_source, :url => auth_source_path(@auth_source), :html => {:id => 'auth_source_form'} do |f| %>
+<%= 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 %>