aboutsummaryrefslogtreecommitdiffstats
path: root/views/purge.ejs
diff options
context:
space:
mode:
authorLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-23 00:16:09 +0000
committerLMBishop <13875753+LMBishop@users.noreply.github.com>2021-12-23 00:16:09 +0000
commit1b433819cbfc084836ee05e338d06f159e77a3d1 (patch)
tree3edd19947d3514b07ef4a761998dbfe86c02ce54 /views/purge.ejs
parent58b50e0c90a51d5d1c8801e8d9e63bdf5d07a468 (diff)
Add page info page
Diffstat (limited to 'views/purge.ejs')
-rw-r--r--views/purge.ejs2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/purge.ejs b/views/purge.ejs
index 04bae61..df48073 100644
--- a/views/purge.ejs
+++ b/views/purge.ejs
@@ -17,6 +17,8 @@
<p>Are you sure you wish to purge the page <span class="highlight"><%= page %></span>?</p>
<p>The last build time for this page was <span class="highlight"><%= buildTime %></span> (<span class="highlight"><%= buildTimeRelative %></span> minutes ago).</p>
<button id="confirm" data-page="<%= page %>">Confirm</button>
+ <hr>
+ <span class=footer><a href="https://github.com/LMBishop/website">GitHub</a> | <a href="/<%= page %>">View original</a></span>
</div>
</div>
</div>