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_add.text.plain.rhtml @ 443:350acce374a2

History | View | Annotate | Download (224 Bytes)

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

    
3
----------------------------------------
4
<%= render :partial => "issue_text_plain", :locals => { :issue => @issue, :issue_url => @issue_url } %>