To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / app / views / mailer / issue_edit.text.erb @ 1591:63650ae64bf2
History | View | Annotate | Download (473 Bytes)
| 1 |
<%= "(#{l(:field_private_notes)}) " if @journal.private_notes? -%><%= l(:text_issue_updated, :id => "##{@issue.id}", :author => @journal.user) %> |
|---|---|
| 2 |
|
| 3 |
<% details_to_strings(@journal_details, true).each do |string| -%>
|
| 4 |
<%= string %>
|
| 5 |
<% end -%>
|
| 6 |
|
| 7 |
<% if @journal.notes? -%>
|
| 8 |
<%= @journal.notes %>
|
| 9 |
|
| 10 |
<% end -%>
|
| 11 |
---------------------------------------- |
| 12 |
<%= render :partial => 'issue', :formats => [:text], :locals => { :issue => @issue, :users => @users, :issue_url => @issue_url } %>
|