1 <div class="pull-right">
2 <span class="deemphasize">Browsing <%= @object.name %> repository at commit</span>
3 <%= link_to(@commit, show_repository_commit_path(id: @object.uuid, commit: @commit), title: 'show commit message') %>
6 <%= link_to(@object.name, show_repository_tree_path(id: @object.uuid, commit: @commit, path: ''), title: 'show root directory of source tree') %>
8 (@path || '').split('/').each do |pathpart|
9 parents = parents + pathpart + '/'
11 / <%= link_to pathpart, show_repository_tree_path(id: @object.uuid, commit: @commit, path: parents) %>