master
Will Faught 12 months ago
parent f0978c71a7
commit 82c67bba9a

@ -43,19 +43,19 @@
{{ end }} {{ end }}
{{ if $file }} {{ if $file }}
<div id="paige-file"> <div id="paige-file">
{{ if $fileediturl }} {{ if $fileediturl }}
<p class="mb-0" id="paige-file-edit"> <p class="mb-0" id="paige-file-edit">
<a class="link-secondary" href="{{ $fileediturl | safeURL }}">{{ i18n "paige_edit_this_page" }}</a> <a class="link-secondary" href="{{ $fileediturl | safeURL }}">{{ i18n "paige_edit_this_page" }}</a>
</p> </p>
{{ end }} {{ end }}
{{ if $filehistoryurl }} {{ if $filehistoryurl }}
<p class="mb-0" id="paige-file-history"> <p class="mb-0" id="paige-file-history">
<a class="link-secondary" href="{{ $filehistoryurl | safeURL }}">{{ i18n "paige_edit_history" }}</a> <a class="link-secondary" href="{{ $filehistoryurl | safeURL }}">{{ i18n "paige_edit_history" }}</a>
</p> </p>
{{ end }} {{ end }}
</div> </div>
{{ end }} {{ end }}
{{ if $last }} {{ if $last }}

Loading…
Cancel
Save