Normal users do not have access to the tutorial

This commit is contained in:
Johannes Zellner
2017-01-16 12:59:21 +01:00
parent 34fac8eb05
commit a2782ef7a6

View File

@@ -136,7 +136,7 @@
<tr>
<td class="text-right" colspan="2" style="vertical-align: top;">
<br/>
<button class="btn btn-outline btn-xs btn-default" ng-click="showTutorial()">Show Tutorial</button>
<button class="btn btn-outline btn-xs btn-default" ng-show="user.admin" ng-click="showTutorial()">Show Tutorial</button>
<button class="btn btn-outline btn-xs btn-danger" ng-click="passwordchange.show()">Change Password</button>
</td>
</tr>