feat: History page - List previous commits
This commit is contained in:
@@ -18,9 +18,9 @@ block rootNavRight
|
||||
a.button.is-outlined(href='/source/' + pageData.meta.path)
|
||||
i.icon-loader
|
||||
span Source
|
||||
a.button.is-outlined(href='/diff/' + pageData.meta.path)
|
||||
i.icon-flow-merge
|
||||
span Diff
|
||||
a.button.is-outlined(href='/hist/' + pageData.meta.path)
|
||||
i.icon-clock
|
||||
span History
|
||||
if rights.write
|
||||
a.button(href='/edit/' + pageData.meta.path)
|
||||
i.icon-document-text
|
||||
|
||||
Reference in New Issue
Block a user