[update] Style Project page

This commit is contained in:
Bruno SIMON
2016-08-30 19:02:19 +02:00
parent 3990037844
commit 1527a413ba
3 changed files with 166 additions and 6 deletions
+6 -5
View File
@@ -13,10 +13,10 @@ script(type="text/ng-template",id="folder_template.html")
span.name
i(ng-class="_file.data.icon")
| {{_file.name}}
span.notif(ng-if="_file.data.notif")
| [{{_file.data.notif}}]
span.new(ng-if="_file.data.new")
| [new]
span.notif.new-file(ng-if="_file.data.new")
| new
span.notif.new-version(ng-if="_file.data.notif")
| {{_file.data.notif}}
div(ng-controller="ProjectController as controller",ng-init="init('" + project_slug + "')")
@@ -70,7 +70,8 @@ div(ng-controller="ProjectController as controller",ng-init="init('" + project_s
section.main
section.no-file(ng-if="!file")
| No file
.text
| Choose a file
section.file(ng-if="file")
header.file-header
span.path