taiga-front/app/modules/wiki/history/wiki-history.jade

13 lines
374 B
Plaintext

nav.history-tabs(ng-if="vm.historyEntries.count()>0")
a.history-tab.active(
href=""
title="{{ACTIVITY.TITLE}}"
translate="ACTIVITY.TITLE"
)
section.wiki-history(ng-if="vm.historyEntries.count()>0")
tg-wiki-history-entry.wiki-history-entry(
tg-repeat="historyEntry in vm.historyEntries"
history-entry="historyEntry"
)