summaryrefslogtreecommitdiff
path: root/Project-Unite
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-17 20:30:21 -0400
committerMichael <[email protected]>2017-05-17 20:30:21 -0400
commitdba51cca7f51bb567d977a16109481850c444255 (patch)
tree69d2f9c14c5015191f2ee3a463efbb272b1cc8a1 /Project-Unite
parent9af5a995d9c2ae37ed02217042d4b73e62f78565 (diff)
downloadproject-unite-dba51cca7f51bb567d977a16109481850c444255.tar.gz
project-unite-dba51cca7f51bb567d977a16109481850c444255.tar.bz2
project-unite-dba51cca7f51bb567d977a16109481850c444255.zip
this irks me
Diffstat (limited to 'Project-Unite')
-rw-r--r--Project-Unite/Views/Manage/Index.cshtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Project-Unite/Views/Manage/Index.cshtml b/Project-Unite/Views/Manage/Index.cshtml
index 29a329e..df5d6b9 100644
--- a/Project-Unite/Views/Manage/Index.cshtml
+++ b/Project-Unite/Views/Manage/Index.cshtml
@@ -147,9 +147,9 @@
<div class="col-xs-8">
<strong>@key.AppName @key.Version</strong>
<p>@key.AppDescription</p>
- <pre>
+ <code>
@key.Id
- </pre>
+ </code>
</div>
<div class="col-xs-4">
<a href="@Url.Action("RevokeAPIKey", "Manage", new { id = key.Id })" class="btn btn-danger"><span class="glyphicon glyphicon-trash"></span> Revoke key</a>