Mercurial > hg > soundsoftware-site
comparison app/views/journals/.svn/text-base/diff.html.erb.svn-base @ 245:051f544170fe
* Update to SVN trunk revision 4993
author | Chris Cannam |
---|---|
date | Thu, 03 Mar 2011 11:42:28 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
244:8972b600f4fb | 245:051f544170fe |
---|---|
1 <h2><%=h @issue.tracker %> #<%= @issue.id %></h2> | |
2 <p><%= authoring @journal.created_on, @journal.user, :label => :label_updated_time_by %></p> | |
3 | |
4 <div class="text-diff"> | |
5 <%= simple_format_without_paragraph @diff.to_html %> | |
6 </div> | |
7 | |
8 <p><%= link_to l(:button_back), issue_path(@issue), :onclick => 'history.back(); return false;' %></p> | |
9 | |
10 <% html_title "#{@issue.tracker.name} ##{@issue.id}: #{@issue.subject}" %> |