2012-03-30 15:54:30 +01:00
|
|
|
-set_meta_tags :title => title_object(@project)
|
2012-03-01 22:23:53 +00:00
|
|
|
= render :partial => 'projects/submenu'
|
|
|
|
= render :partial => 'projects/repo_block', :locals => {:project => @project}
|
|
|
|
|
|
|
|
.description
|
|
|
|
%h3= t("layout.projects.about_subheader")
|
|
|
|
%p
|
|
|
|
= @project.description
|
|
|
|
= link_to t('layout.read_more'), '#'
|
|
|
|
.both
|
|
|
|
|
|
|
|
#repo-wrapper
|
|
|
|
|
|
|
|
%h3= t("layout.projects.files_in_project")
|
|
|
|
.files
|
2012-03-21 19:55:14 +00:00
|
|
|
.l= render :partial => 'git/shared/whereami'
|
2012-03-01 22:23:53 +00:00
|
|
|
.both
|
|
|
|
|
|
|
|
%table#myTable.tablesorter.project{:cellpadding => "0", :cellspacing => "0"}
|
|
|
|
%thead
|
|
|
|
%tr
|
|
|
|
%th.th1= t("layout.projects.filename")
|
|
|
|
%th.th2= t("layout.projects.age")
|
|
|
|
%th.th3= t("layout.projects.message")
|
|
|
|
%th.th4= t("layout.projects.author")
|
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%td.centered{:colspan => 4}
|
|
|
|
%h3= I18n.t("layout.git.repositories.empty")
|