2015-10-22 13:44:35 +08:00
|
|
|
<div class="git_usr_title">
|
2015-11-13 17:30:14 +08:00
|
|
|
<%=link_to @project.owner, user_path(@project.owner), :class => "repository-title-dec" %>
|
|
|
|
/
|
2015-10-22 13:44:35 +08:00
|
|
|
<span><%= link_to @repository.identifier.present? ? h(@repository.identifier) : 'root',
|
|
|
|
{:action => 'show', :id => @project,
|
|
|
|
:repository_id => @repository.identifier_param,
|
2015-10-22 16:03:22 +08:00
|
|
|
:path => nil, :rev => @rev },
|
|
|
|
:class => "repository-title-dec"
|
2015-10-22 13:44:35 +08:00
|
|
|
%>
|
|
|
|
</span>
|
|
|
|
</div>
|
2013-08-01 10:33:49 +08:00
|
|
|
|
|
|
|
<% html_title(with_leading_slash(path)) -%>
|