2012-03-30 15:54:30 +01:00
|
|
|
-set_meta_tags :title => title_object(@project)
|
2012-05-02 10:18:07 +01:00
|
|
|
= render 'submenu'
|
|
|
|
= render 'repo_block', :project => @project
|
2012-03-01 22:23:53 +00:00
|
|
|
|
|
|
|
.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-05-02 10:18:07 +01:00
|
|
|
.l= render '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")
|