Comment button broken

stable
Xavier Julián 2015-02-20 07:58:05 +01:00
parent e7280686ac
commit 4e7c61201d
1 changed files with 3 additions and 3 deletions

View File

@ -11,13 +11,13 @@ section.history
section.history-comments
.comments-list
div(tg-check-permission!="modify_<%- type %>", tg-toggle-comment, class="add-comment")
textarea(placeholder="Type a new comment here",
ng-model!="<%- ngmodel %>.comment", tg-markitup="tg-markitup")
textarea(placeholder="Type a new comment here", 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="Mardown syntax help")
span.icon.icon-help
span Markdown syntax help
a(href="", title="Comment", class="button button-green save-comment") Comment
a(href="", title="Comment", class="button button-green save-comment")
span Comment
<% } %>
section.history-activity.hidden
.changes-list