From f3241385cd7b74e2d063511b7f8f3893fdfacfd4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 28 Jul 2013 11:50:18 +0000 Subject: Adds missing html titles (#14517). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12050 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/auth_sources/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/auth_sources/edit.html.erb') diff --git a/app/views/auth_sources/edit.html.erb b/app/views/auth_sources/edit.html.erb index aee3baf56..7f3d07e08 100644 --- a/app/views/auth_sources/edit.html.erb +++ b/app/views/auth_sources/edit.html.erb @@ -1,4 +1,4 @@ -

<%=l(:label_auth_source)%> (<%= h(@auth_source.auth_method_name) %>)

+<%= title [l(:label_auth_source_plural), auth_sources_path], @auth_source.name %> <%= 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 } %> -- cgit v1.2.3