##// END OF EJS Templates
Removes double quotes in commit link syntax (#1872)....
Removes double quotes in commit link syntax (#1872). git-svn-id: http://redmine.rubyforge.org/svn/trunk@1803 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1389:63951812a1ed
r1801:73857224412b
Show More
_general.rhtml
4 lines | 184 B | text/html+ruby | RhtmlLexer
Jean-Philippe Lang
Split user edit screen into tabs....
r1389 <% labelled_tabular_form_for :user, @user, :url => { :action => "edit" } do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<% end %>