diff options
Diffstat (limited to 'app/views/purge.ejs')
| -rw-r--r-- | app/views/purge.ejs | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/app/views/purge.ejs b/app/views/purge.ejs index f36e482..54fc49b 100644 --- a/app/views/purge.ejs +++ b/app/views/purge.ejs @@ -9,12 +9,15 @@ <body> <div id="main-container"> <%- include('partials/header') %> - <div id="content"> - <h1>Purge page</h1> - <span id="response"></span> - <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> + <div id="content-container"> + <%- include('partials/navbar') %> + <div id="content"> + <h1>Purge page</h1> + <span id="response"></span> + <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> + </div> </div> </div> </body> |
