##// END OF EJS Templates
fixed #9097: Minor rendering problem within Safari at admin/mail_options and roles permissions...
fixed #9097: Minor rendering problem within Safari at admin/mail_options and roles permissions git-svn-id: http://redmine.rubyforge.org/svn/trunk@308 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r305:ef84339003d7
Show More
issue_edit_es.rhtml
7 lines | 325 B | text/html+ruby | RhtmlLexer
Issue #<%= @issue.id %> has been updated.
<%= @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 } %>