##// END OF EJS Templates
[#9489] linked labels to their element...
[#9489] linked labels to their element Contributed by Romano Licker. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7688 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7447:ac6aaf3f67a4
r7568:21d74ecead66
Show More
issue_edit.html.erb
11 lines | 357 B | text/plain | TextLexer
<%= l(:text_issue_updated, :id => "##{@issue.id}", :author => h(@journal.user)) %>
<ul>
<% for detail in @journal.details %>
<li><%= show_detail(detail, true) %></li>
<% end %>
</ul>
<%= textilizable(@journal, :notes, :only_path => false) %>
<hr />
<%= render :partial => "issue.html.erb", :locals => { :issue => @issue, :issue_url => @issue_url } %>