##// END OF EJS Templates
Password fields hidden on users/add form when selecting an external authentication mode....
Password fields hidden on users/add form when selecting an external authentication mode. git-svn-id: http://redmine.rubyforge.org/svn/trunk@547 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r544:f335e943ad80
Show More
add.rhtml
5 lines | 225 B | text/html+ruby | RhtmlLexer
<h2><%=l(:label_project_new)%></h2>
<% labelled_tabular_form_for :project, @project, :url => { :action => "add" } do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<% end %>