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 @ 1270:b2f7f52a164d

History | View | Annotate | Download (389 Bytes)

1
<%= 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, :issue_url => @issue_url } %>