Mercurial > hg > soundsoftware-site
comparison .svn/pristine/ee/eee093964625c0874e6027405e2bfd6bd18c6667.svn-base @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1295:622f24f53b42 |
---|---|
1 <h2><%=l(:label_auth_source_new)%> (<%= h(@auth_source.auth_method_name) %>)</h2> | |
2 | |
3 <%= form_tag({:action => 'create'}, :class => "tabular") do %> | |
4 <%= hidden_field_tag 'type', @auth_source.type %> | |
5 <%= render :partial => auth_source_partial_name(@auth_source) %> | |
6 <%= submit_tag l(:button_create) %> | |
7 <% end %> |