<%= call_hook(:view_repositories_show_contextual, {:repository => @repository, :project => @project}) %>

<%= render :partial => 'breadcrumbs', :locals => {:path => @path, :kind => 'dir', :revision => @rev} %>

<% if @entries.nil? %> <%# 未提交代码提示 %>
<% if @entries.nil? && authorize_for('repositories', 'browse') %>
该版本库还没有上传代码!
<% end %> <% if @repository.type.to_s=="Repository::Gitlab" %> 版本库地址:<%= @repos_url %> <% else %> 版本库地址:<%= h @repository.url %> <% end %>
<% else %> <%= render :partial => 'navigation' %>
克隆网址:
ZIP
Fork 0
<% if @changesets && !@changesets.empty? %> <%= image_tag(url_to_avatar(user_commit_rep(@changesets_latest_coimmit.author_email)), :width => "25", :height => "25", :class => "fl portraitRadius mt2 ml4 mr5") %>
<%=link_to user_commit_rep(@changesets_latest_coimmit.author_email), user_path(user_commit_rep(@changesets_latest_coimmit.author_email)) %>
提交于<%= time_tag(@changesets_latest_coimmit.created_at) %>:
<%= @changesets_latest_coimmit.message %>
<% end %> <%= @repository.branches.count %> 个分支 <%=link_to @changesets_all_count, {:action => 'changes', :path => to_path_param(@path), :id => @project, :repository_id => @repository.identifier_param, :rev => @rev} %> 提交
<% end %>
<% if !@entries.nil? && authorize_for('repositories', 'browse') %> <%# 数据统计 %> <%#= render :partial => 'summary' %> <%# end %> <%= render :partial => 'dir_list' %> <% end %> <%= render_properties(@properties) %> <%= render_properties(@properties) %> 如何提交代码 <% content_for :header_tags do %> <%= stylesheet_link_tag "scm" %> <% end %> <% html_title(l(:label_repository)) -%>