projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use i18n for submit button for issue comments
[rails.git]
/
app
/
views
/
issues
/
_comments.html.erb
diff --git
a/app/views/issues/_comments.html.erb
b/app/views/issues/_comments.html.erb
index 13f5bb1925d83c9321266df2a1722bcd718162e9..7ff0948db5e961fa53379ebea39e50c166aeb901 100644
(file)
--- a/
app/views/issues/_comments.html.erb
+++ b/
app/views/issues/_comments.html.erb
@@
-20,6
+20,6
@@
<%= label_tag :reassign, t(".reassign_param") %> <%= check_box_tag :reassign, true %>
<br />
<br />
- <%=
submit_tag "Submit"
%>
+ <%=
f.submit
%>
<% end %>
</div>