##// END OF EJS Templates
* add Redmine.pm to authenticate with mod_perl...
* add Redmine.pm to authenticate with mod_perl * add a --test option in reposman.rb * change owner right to fit with apache write access to repositories * add a deprecated warning in reposman.pl git-svn-id: http://redmine.rubyforge.org/svn/trunk@916 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r115:4c84165aa074
r903:a1f3497ec468
Show More
edit.rhtml
7 lines | 254 B | text/html+ruby | RhtmlLexer
<h2><%=l(:label_user)%></h2>
<% labelled_tabular_form_for :user, @user, :url => { :action => "edit" } do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<% end %>
<%= render :partial => 'memberships' %>