##// END OF EJS Templates
Adds missing route to project search....
Adds missing route to project search. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9371 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9113:71e636ff7179
r9237:d2cb9d5289e4
Show More
edit.html.erb
6 lines | 292 B | text/plain | TextLexer
<h2><%=l(:label_auth_source)%> (<%= h(@auth_source.auth_method_name) %>)</h2>
<% form_tag({:action => 'update', :id => @auth_source}, :method => :put, :class => "tabular") do %>
<%= render :partial => auth_source_partial_name(@auth_source) %>
<%= submit_tag l(:button_save) %>
<% end %>