Commit fb5706b13dd4cb9153457625026ab79a3fe260cf

link to browsing the HEAD tree from browse#index

Commit diff

app/views/repositories/show.html.erb

 
1313 <li><%= link_to "comments (#{@comment_count})", project_repository_comments_path(@project, @repository) -%></li>
1414 </ul>
1515
16 <h2>Recent commits <small>(<%= link_to "browse", project_repository_browse_path(@project, @repository) -%>)</small></h2>
16 <h2>
17 Recent commits
18 <small>
19 (<%= link_to "Shortlog", project_repository_browse_path(@project, @repository) -%> |
20 <%= link_to "HEAD tree", project_repository_tree_path(@project, @repository, "HEAD", []) -%>)
21 </small>
22 </h2>
1723 <ul>
1824 <% if @commits.blank? -%>
1925 <li><em>No commits yet…</em></li>
toggle raw diff