[update] Add label on tree

This commit is contained in:
brunosimon
2016-08-14 15:23:41 +02:00
parent ae6458ade1
commit a2e7f6b541
3 changed files with 7 additions and 6 deletions
+4 -2
View File
@@ -10,8 +10,10 @@ script(type="text/ng-template",id="folder_template.html")
span(ng-click="file_click(_file)")
i.fa.fa-file-text
| {{_file.name}}
span.notif
| ({{_file.data.notif}})
span.notif(ng-if="_file.data.notif")
| [{{_file.data.notif}}]
span.new(ng-if="_file.data.new")
| [new]
section.page-project(ng-controller="ProjectController as controller",ng-init="init('" + project_slug + "')")
aside.aside