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