Version date format and time ago + Fix folder toggle class

This commit is contained in:
brunosimon
2016-06-07 01:18:11 +02:00
parent f659020706
commit 6e32b80ddd
5 changed files with 32 additions and 9 deletions
+3 -1
View File
@@ -26,7 +26,9 @@ section(ng-controller="ProjectController as controller",ng-init="init('" + proje
nav.versions-nav
a.version(href="#",ng-repeat="_version in file.versions",ng-click="version_click(_version)")
div.date
| {{_version.date}}
| {{_version.date_formated}}
sup.time-from-now
| ({{_version.time_from_now}})
div.differences
| {{_version.diff_percent}}
section.code