summaryrefslogtreecommitdiffstats
path: root/app/views/repositories/browse.rhtml
blob: 868388f113b7e0aeadf49e67836d70b7f2a5ec6e (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 %>