##// END OF EJS Templates
Change British English version 'field_effective_date' (#14680, #22315)...
Change British English version 'field_effective_date' (#14680, #22315) en.yml has already changed by r15377 (#14680). git-svn-id: http://svn.redmine.org/redmine/trunk@15406 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r14159:d90de96def26
r15024:979b5f15db88
Show More
issue_edit.html.erb
14 lines | 495 B | text/plain | TextLexer
<% if @journal.private_notes? %>
(<%= l(:field_private_notes) %>)
<% end %>
<%= l(:text_issue_updated, :id => "##{@issue.id}", :author => h(@journal.user)) %>
<ul>
<% details_to_strings(@journal_details, false, :only_path => false).each do |string| %>
<li><%= string %></li>
<% end %>
</ul>
<%= textilizable(@journal, :notes, :only_path => false) %>
<hr />
<%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :users => @users, :issue_url => @issue_url } %>