To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / .svn / pristine / bd / bde53e0adc79ce39deba6abf485a848292107754.svn-base @ 1297:0a574315af3e
History | View | Annotate | Download (389 Bytes)
| 1 | 1296:038ba2d95de8 | Chris | <%= 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 } %> |