Hide history and comments if user has no permissions

stable
Xavier Julián 2015-12-11 09:56:14 +01:00
parent aff00383cf
commit 83a377c3a3
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
section.history
section.history(tg-check-permission!="modify_<%- type %>")
ul.history-tabs
li
a(href="#", class="active", data-section-class="history-comments")
@ -10,7 +10,7 @@ section.history
span.tab-title(translate="ACTIVITY.TITLE")
section.history-comments
.comments-list
div(tg-check-permission!="modify_<%- type %>", tg-toggle-comment, class="add-comment")
div(tg-toggle-comment, class="add-comment")
textarea(ng-attr-placeholder="{{'COMMENTS.TYPE_NEW_COMMENT' | translate}}", ng-model!="<%- ngmodel %>.comment", tg-markitup="tg-markitup")
<% if (mode !== "edit") { %>
a(class="help-markdown", href="https://taiga.io/support/taiga-markdown-syntax/", target="_blank", title="{{'COMMON.WYSIWYG.MARKDOWN_HELP' | translate}}")