Fix blocked page

stable
David Barragán Merino 2016-09-27 13:35:54 +02:00
parent 78f5b19984
commit c7d4414668
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.blocked-project-detail
.blocked-project-detail(ng-controller="Project as vm")
.blocked-project-inner
.blocked-project-title
.project-image

View File

@ -27,7 +27,6 @@ class ProjectController
]
constructor: (@routeParams, @appMetaService, @auth, @translate, @projectService) ->
projectSlug = @routeParams.pslug
@.user = @auth.userData
taiga.defineImmutableProperty @, "project", () => return @projectService.project