##// END OF EJS Templates
Added a link on revision screen to see the entire diff for the revision....
Added a link on revision screen to see the entire diff for the revision. git-svn-id: http://redmine.rubyforge.org/svn/trunk@483 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r331:85f32b956fe5
r480:89db1857268f
Show More
issue_edit_it.rhtml
7 lines | 326 B | text/html+ruby | RhtmlLexer
L'anomalia #<%= @issue.id %> e' stata aggiornata.
<%= @journal.user.name %>
<% for detail in @journal.details %>
<%= show_detail(detail, true) %>
<% end %>
<%= @journal.notes if @journal.notes? %>
----------------------------------------
<%= render :file => "_issue", :use_full_path => true, :locals => { :issue => @issue } %>