To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.

Statistics Download as Zip
| Branch: | Tag: | Revision:

root / app / views / mailer / issue_edit.text.erb @ 915:2a68662d5adf

History | View | Annotate | Download (348 Bytes)

1
<%= l(:text_issue_updated, :id => "##{@issue.id}", :author => @journal.user) %>
2

    
3
<% for detail in @journal.details -%>
4
<%= show_detail(detail, true) %>
5
<% end -%>
6

    
7
<%= @journal.notes if @journal.notes? %>
8
----------------------------------------
9
<%= render :partial => "issue.text.erb", :locals => { :issue => @issue, :issue_url => @issue_url } %>