diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-23 00:16:09 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-23 00:16:09 +0000 |
| commit | 1b433819cbfc084836ee05e338d06f159e77a3d1 (patch) | |
| tree | 3edd19947d3514b07ef4a761998dbfe86c02ce54 /views/purge.ejs | |
| parent | 58b50e0c90a51d5d1c8801e8d9e63bdf5d07a468 (diff) | |
Add page info page
Diffstat (limited to 'views/purge.ejs')
| -rw-r--r-- | views/purge.ejs | 2 |
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> |
