##// END OF EJS Templates
Fixes a translation key (#3167)....
Jean-Philippe Lang -
r2592:5d77f92ae614
parent child
Show More
@@ -1,4 +1,4
1 <h2><%= l(:confirmation) %></h2>
1 <h2><%= l(:label_confirmation) %></h2>
2
2
3 <% form_tag do %>
3 <% form_tag do %>
4 <%= @issues.collect {|i| hidden_field_tag 'ids[]', i.id } %>
4 <%= @issues.collect {|i| hidden_field_tag 'ids[]', i.id } %>
General Comments 0
You need to be logged in to leave comments. Login now