From 7dbcbcc73210d8efe15a72b51b3245860051a89a Mon Sep 17 00:00:00 2001
From: Niall Sheridan <nsheridan@gmail.com>
Date: Sun, 28 Aug 2016 00:52:26 +0100
Subject: [PATCH] Cosmetic changes

---
 server/static/static.go   |  4 ++--
 server/templates/certs.go |  2 +-
 server/templates/token.go | 11 ++++++++---
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/server/static/static.go b/server/static/static.go
index d6d1c275..c460d331 100644
--- a/server/static/static.go
+++ b/server/static/static.go
@@ -191,7 +191,7 @@ var _escData = map[string]*_escFile{
 	"/static/css/normalize.css": {
 		local:   "server/static/css/normalize.css",
 		size:    7797,
-		modtime: 1471450269,
+		modtime: 1471461643,
 		compressed: `
 H4sIAAAJbogA/7RZaY/cNtL+rl9RcRDYnlfd0z2Ok7yazQcjxybI4UXsxS5gDCBKLHVzhyIFkurp9mb/
 +6J46OjRTBxgnXyYtkRWFet46inq8uITUNq0TIr3uK6thcOL9WZ9Bb/DLz++hZ9Fjcoi/A474dZCXw5r
@@ -242,7 +242,7 @@ UiCnOZGB6ckFlT6EXIRfX7/9rvC7BgbEFLnZsgblCSqM0MvHjy4L42U0OU1Hj96XwltiSB//Mr/V1gEN
 	"/static/css/skeleton.css": {
 		local:   "server/static/css/skeleton.css",
 		size:    11458,
-		modtime: 1471454588,
+		modtime: 1471461643,
 		compressed: `
 H4sIAAAJbogA/8w6727kNu7f/RREigXage35P5udoMWv3d20P6Db3jV7dx8O/SDb9FiIbLmSnMl0EeDe
 4d7wnuQg2fK/kWdzn7KTADMmRYoiKVKkNZ95M7i7R4aKF/D3VbgIN94M3vLyJOghU7BaLDc+vCMPCD+S
diff --git a/server/templates/certs.go b/server/templates/certs.go
index 8c7f7ef3..cf4c7d11 100644
--- a/server/templates/certs.go
+++ b/server/templates/certs.go
@@ -16,7 +16,7 @@ const Certs = `
 <body>
 	<div class="container">
 		<div class="page-header">
-			<h1>Issued SSH Certificates</h1>
+			<h2>Issued SSH Certificates</h2>
 		</div>
 
 		<form action="/admin/revoke" method="post" id="form_revoke">
diff --git a/server/templates/token.go b/server/templates/token.go
index afed2a3f..ffaba910 100644
--- a/server/templates/token.go
+++ b/server/templates/token.go
@@ -32,13 +32,18 @@ const Token = `
 <body>
 	<div class="container">
 		<div class="page-header">
-			<h1>Access Token</h1>
+			<h2>Access Token</h2>
 		</div>
 		<div>
 			<textarea style="font-size: 15pt" class="u-full-width code" readonly spellcheck="false" onclick="this.focus();this.select();">{{.Token}}</textarea>
-			<h2>
+			<h3>
 				The token will expire in &lt; 1 hour.
-			</h2>
+			</h3>
+		</div>
+		<div>
+			<h4>
+				<a href="/admin/certs">Previously Issued Certificates</a>
+			</h4>
 		</div>
 	</div>
 </body>
-- 
GitLab