##// END OF EJS Templates
Feature #9808 Allow user to "change" issue status to the same status...
Feature #9808 Allow user to "change" issue status to the same status git-svn-id: http://redmine.rubyforge.org/svn/trunk@412 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r330:027bf93849e8
r409:be54cb953187
Show More
issue_edit_ja.rhtml
7 lines | 329 B | text/html+ruby | RhtmlLexer
/ app / views / mailer / issue_edit_ja.rhtml
Jean-Philippe Lang
added svn:eol-style native property on /app files...
r330 問題 #<%= @issue.id %> が更新されました。
<%= @journal.user.name %>
<% for detail in @journal.details %>
<%= show_detail(detail, true) %>
<% end %>
<%= @journal.notes if @journal.notes? %>
----------------------------------------
Jean-Philippe Lang
japanese translation added (thanks to Satoru Kurashiki)...
r275 <%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>