taiga-front/app/partials/wiki/wiki-summary.jade

24 lines
660 B
Plaintext

.wiki-username-edition
.avatar
img(src!="<%- user.imgUrl %>" alt!="<%- user.name %>")
.wiki-user-modification
span.description(translate="WIKI.SUMMARY.LAST_MODIFICATION")
span.username <%- user.name %>
.wiki-last-modified
span.number <%- lastModifiedDate %>
span.description(translate="WIKI.SUMMARY.LAST_EDIT")
.wiki-times-edited
span.number <%- totalEditions %>
span.description(translate="WIKI.SUMMARY.TIMES_EDITED")
tg-svg.remove(
tg-check-permission="delete_wiki_page"
title="{{'WIKI.REMOVE' | translate}}"
ng-click="ctrl.delete()"
svg-icon="icon-trash"
ng-if="wiki.id"
)