##// END OF EJS Templates
replace tabs to spaces at app/views/gantts/show.html.erb...
replace tabs to spaces at app/views/gantts/show.html.erb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7329 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7182:eb18218c3495
r7209:42249c82602c
Show More
changes.html.erb
18 lines | 635 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 => (@entry ? @entry.kind : nil), :revision => @rev } %>
</h2>
Jean-Philippe Lang
Added basic support for CVS and Mercurial SCMs....
r556
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
Added basic support for CVS and Mercurial SCMs....
r556
Jean-Philippe Lang
Display svn properties in the browser, svn >= 1.5.0 only (#1581)....
r1613 <%= render_properties(@properties) %>
Toshi MARUYAMA
remove trailing white-spaces from app/views/repositories/changes.html.erb...
r7182 <%= render(:partial => 'revisions',
Jean-Philippe Lang
Don't display the table headers if there is no changeset to display....
r1497 :locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }) unless @changesets.empty? %>
Jean-Philippe Lang
More detailed html title on several views....
r951
Jean-Philippe Lang
Slight improvements to the browser views....
r1019 <% html_title(l(:label_change_plural)) -%>