##// END OF EJS Templates
remove trailing white-spaces from test/unit/issue_test.rb....
remove trailing white-spaces from test/unit/issue_test.rb. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6746 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r6418:ddd45e56a27f
r6626:626bb4b61447
Show More
entry.html.erb
15 lines | 526 B | text/plain | TextLexer
Eric Davis
Added branch and tag support to the git repository viewer. (#1406)...
r2735 <%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %>
<div class="contextual">
<%= render :partial => 'navigation' %>
</div>
<h2><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => 'file', :revision => @rev } %></h2>
Jean-Philippe Lang
Text files can now be viewed online when browsing the repository....
r518
Jean-Philippe Lang
Show view/annotate/download links on repositories/entries and repositories/annotate views (#2367)....
r2165 <p><%= render :partial => 'link_to_functions' %></p>
Jean-Philippe Lang
Move the file viewer to a partial....
r1505 <%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>
Jean-Philippe Lang
Text files can now be viewed online when browsing the repository....
r518
<% content_for :header_tags do %>
<%= stylesheet_link_tag "scm" %>
<% end %>