##// END OF EJS Templates
remove trailing white-space from app/views/repositories/_breadcrumbs.html.erb...
remove trailing white-space from app/views/repositories/_breadcrumbs.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11899 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11664:9d62a564df81
r11669:54478d1e08f7
Show More
diff.html.erb
13 lines | 452 B | text/plain | TextLexer
<h2><%= @issue.tracker %> #<%= @issue.id %></h2>
<p><%= authoring @journal.created_on, @journal.user, :label => :label_updated_time_by %></p>
<div class="text-diff">
<%= simple_format_without_paragraph @diff.to_html %>
</div>
<p>
<%= link_to(l(:button_back), issue_path(@issue),
:onclick => 'if (history.length > 1) {history.back(); return false;}') %>
</p>
<% html_title "#{@issue.tracker.name} ##{@issue.id}: #{@issue.subject}" %>