##// END OF EJS Templates
Makes Private column available on the issue list (#8577)....
Makes Private column available on the issue list (#8577). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9919 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9457:19e56045dd7c
r9736:1d7c0eb7c02d
Show More
issue_edit.text.erb
12 lines | 389 B | text/plain | TextLexer
<%= l(:text_issue_updated, :id => "##{@issue.id}", :author => @journal.user) %>
<% details_to_strings(@journal.details, true).each do |string| -%>
<%= string %>
<% end -%>
<% if @journal.notes? -%>
<%= @journal.notes %>
<% end -%>
----------------------------------------
<%= render :partial => 'issue', :formats => [:text], :locals => { :issue => @issue, :issue_url => @issue_url } %>