##// END OF EJS Templates
Text in the "removed" part of a diff is double-escaped (#22115)....
Text in the "removed" part of a diff is double-escaped (#22115). Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@15287 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11819:1e738fbacaa0
r14905:25eb92c0dc33
Show More
new.html.erb
9 lines | 294 B | text/plain | TextLexer
<%= title [l(:label_group_plural), groups_path], l(:label_group_new) %>
<%= labelled_form_for @group do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<p>
<%= f.submit l(:button_create) %>
<%= f.submit l(:button_create_and_continue), :name => 'continue' %>
</p>
<% end %>