socialforge/app/views/repositories/_breadcrumbs.html.erb

13 lines
427 B
Plaintext
Raw Normal View History

<div class="git_usr_title">
<span><%= link_to @repository.identifier.present? ? h(@repository.identifier) : 'root',
{:action => 'show', :id => @project,
:repository_id => @repository.identifier_param,
:path => nil, :rev => @rev }
%>
/
<%=link_to @project.owner, user_path(@project.owner) %>
</span>
</div>
2013-08-01 10:33:49 +08:00
<% html_title(with_leading_slash(path)) -%>