@@ -1,3 +1,3 | |||||
1 | <%= l(:text_issue_added, :id => "##{@issue.id}", :author => h(@issue.author)) %> |
|
1 | <%= l(:text_issue_added, :id => "##{@issue.id}", :author => h(@issue.author)) %> | |
2 | <hr /> |
|
2 | <hr /> | |
3 |
<%= render :partial => |
|
3 | <%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :issue_url => @issue_url } %> |
@@ -1,4 +1,4 | |||||
1 | <%= l(:text_issue_added, :id => "##{@issue.id}", :author => @issue.author) %> |
|
1 | <%= l(:text_issue_added, :id => "##{@issue.id}", :author => @issue.author) %> | |
2 |
|
2 | |||
3 | ---------------------------------------- |
|
3 | ---------------------------------------- | |
4 |
<%= render :partial => |
|
4 | <%= render :partial => 'issue', :formats => [:text], :locals => { :issue => @issue, :issue_url => @issue_url } %> |
@@ -1,11 +1,11 | |||||
1 | <%= l(:text_issue_updated, :id => "##{@issue.id}", :author => h(@journal.user)) %> |
|
1 | <%= l(:text_issue_updated, :id => "##{@issue.id}", :author => h(@journal.user)) %> | |
2 |
|
2 | |||
3 | <ul> |
|
3 | <ul> | |
4 | <% details_to_strings(@journal.details, false, :only_path => false).each do |string| %> |
|
4 | <% details_to_strings(@journal.details, false, :only_path => false).each do |string| %> | |
5 | <li><%= string %></li> |
|
5 | <li><%= string %></li> | |
6 | <% end %> |
|
6 | <% end %> | |
7 | </ul> |
|
7 | </ul> | |
8 |
|
8 | |||
9 | <%= textilizable(@journal, :notes, :only_path => false) %> |
|
9 | <%= textilizable(@journal, :notes, :only_path => false) %> | |
10 | <hr /> |
|
10 | <hr /> | |
11 |
<%= render :partial => |
|
11 | <%= render :partial => 'issue', :formats => [:html], :locals => { :issue => @issue, :issue_url => @issue_url } %> |
@@ -1,12 +1,12 | |||||
1 | <%= l(:text_issue_updated, :id => "##{@issue.id}", :author => @journal.user) %> |
|
1 | <%= l(:text_issue_updated, :id => "##{@issue.id}", :author => @journal.user) %> | |
2 |
|
2 | |||
3 | <% details_to_strings(@journal.details, true).each do |string| -%> |
|
3 | <% details_to_strings(@journal.details, true).each do |string| -%> | |
4 | <%= string %> |
|
4 | <%= string %> | |
5 | <% end -%> |
|
5 | <% end -%> | |
6 |
|
6 | |||
7 | <% if @journal.notes? -%> |
|
7 | <% if @journal.notes? -%> | |
8 | <%= @journal.notes %> |
|
8 | <%= @journal.notes %> | |
9 |
|
9 | |||
10 | <% end -%> |
|
10 | <% end -%> | |
11 | ---------------------------------------- |
|
11 | ---------------------------------------- | |
12 |
<%= render :partial => |
|
12 | <%= render :partial => 'issue', :formats => [:text], :locals => { :issue => @issue, :issue_url => @issue_url } %> |
General Comments 0
You need to be logged in to leave comments.
Login now