##// END OF EJS Templates
Don't require category or target version when they are not available (#20583)....
Don't require category or target version when they are not available (#20583). git-svn-id: http://svn.redmine.org/redmine/trunk@14733 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9686:d3aa9c6a7ba9
r14351:68620da79ab5
Show More
entry.html.erb
15 lines | 519 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
Removed invalid nested p tags....
r9686 <%= render :partial => 'link_to_functions' %>
Jean-Philippe Lang
Show view/annotate/download links on repositories/entries and repositories/annotate views (#2367)....
r2165
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 %>