master
Will Faught 12 months ago
parent f0978c71a7
commit 82c67bba9a

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

Loading…
Cancel
Save