##// 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
Toshi MARUYAMA
remove unneeded escaping at app/views/journals/diff.html.erb...
r11664 <h2><%= @issue.tracker %> #<%= @issue.id %></h2>
Jean-Philippe Lang
Keep track of issue description changes (#746)....
r4834 <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>
Toshi MARUYAMA
fix back-button on description diff page in case of no browser history (#13697)...
r11663 <p>
<%= link_to(l(:button_back), issue_path(@issue),
:onclick => 'if (history.length > 1) {history.back(); return false;}') %>
</p>
Jean-Philippe Lang
Keep track of issue description changes (#746)....
r4834
<% html_title "#{@issue.tracker.name} ##{@issue.id}: #{@issue.subject}" %>