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

File last commit:

r6418:ddd45e56a27f
r7245:8b9f0c290a41
Show More
entry.html.erb
15 lines | 526 B | text/plain | TextLexer
<%= 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>
<p><%= render :partial => 'link_to_functions' %></p>
<%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>
<% content_for :header_tags do %>
<%= stylesheet_link_tag "scm" %>
<% end %>