##// END OF EJS Templates
Slight changes to calendar and activity h2 titles....
Slight changes to calendar and activity h2 titles. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1147 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r115:4c84165aa074
r1133:377a45ae1adc
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' %>