[update] Project infos

This commit is contained in:
brunosimon
2016-08-15 12:51:42 +02:00
parent 030c078335
commit bcabfd7e6d
10 changed files with 91 additions and 51 deletions
+12 -1
View File
@@ -5,7 +5,18 @@ section.page-projects(ng-controller="ProjectsController as controller")
.item.title
| Projects
a.item(href="/project/{{project.slug}}",ng-repeat="project in projects")
| {{project.name}}
.name
| {{project.name}}
.file-count
| Files: {{project.files_count}}
.creation
| Creation: {{project.date_formated}}
.time-from-now
| {{project.time_from_now}}
.last-update-date
| Last update: {{project.last_update_date_formated}}
.time-from-now
| {{project.last_update_time_from_now}}
.no-project(ng-hide="projects")
| No project