2010-02-18 19:13:38 +00:00
|
|
|
<%= l(:text_issue_updated, :id => "##{@issue.id}", :author => h(@journal.user)) %>
|
2008-02-05 18:38:05 +00:00
|
|
|
|
2007-09-11 17:12:34 +00:00
|
|
|
<ul>
|
2012-02-27 20:43:25 +00:00
|
|
|
<% details_to_strings(@journal.details, false, :only_path => false).each do |string| %>
|
2012-01-29 20:51:48 +00:00
|
|
|
<li><%= string %></li>
|
2007-09-11 17:12:34 +00:00
|
|
|
<% end %>
|
|
|
|
</ul>
|
2008-02-05 18:38:05 +00:00
|
|
|
|
2012-02-27 20:43:25 +00:00
|
|
|
<%= textilizable(@journal, :notes, :only_path => false) %>
|
2007-09-11 17:12:34 +00:00
|
|
|
<hr />
|
2012-05-05 13:21:58 +00:00
|
|
|
<%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :issue_url => @issue_url } %>
|