Hiding the transfer project option if I'm the only member of the project

stable
Alejandro Alonso 2016-04-01 07:38:37 +02:00
parent 64d9705c5b
commit 91fc0661f6
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ div.wrapper(
project-id="project.id"
)
fieldset(ng-if="project.owner.id == user.id")
fieldset(ng-if="project.owner.id == user.id && project.members.length > 1")
tg-admin-project-change-owner.admin-project-profile-owner-actions(
owner="project.owner",
project-id="project.id"