summaryrefslogtreecommitdiffstats
path: root/app/views/repositories/browse.rhtml
blob: 0ba24fd86263f7032bd46478109350fcb6742e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="contextual">
<% form_tag do %>
<%= l(:label_revision) %>: <%= text_field_tag 'rev', @rev, :size => 5 %>
<% end %>
</div>

<h2><%= render :partial => 'navigation', :locals => { :path => @path, :kind => 'dir', :revision => @rev } %></h2>

<%= render :partial => 'dir_list' %>

<% content_for :header_tags do %>
<%= stylesheet_link_tag "scm" %>
<% end %>