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_add.html.erb @ 912:5e80956cc792
History | View | Annotate | Download (190 Bytes)
| 1 | 909:cbb26bc654de | Chris | <%= l(:text_issue_added, :id => "##{@issue.id}", :author => h(@issue.author)) %>
|
|---|---|---|---|
| 2 | <hr /> |
||
| 3 | <%= render :partial => "issue.html.erb", :locals => { :issue => @issue, :issue_url => @issue_url } %> |