diff options
| author | Michael <[email protected]> | 2017-05-17 20:30:21 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-17 20:30:21 -0400 |
| commit | dba51cca7f51bb567d977a16109481850c444255 (patch) | |
| tree | 69d2f9c14c5015191f2ee3a463efbb272b1cc8a1 | |
| parent | 9af5a995d9c2ae37ed02217042d4b73e62f78565 (diff) | |
| download | project-unite-dba51cca7f51bb567d977a16109481850c444255.tar.gz project-unite-dba51cca7f51bb567d977a16109481850c444255.tar.bz2 project-unite-dba51cca7f51bb567d977a16109481850c444255.zip | |
this irks me
| -rw-r--r-- | Project-Unite/Views/Manage/Index.cshtml | 4 |
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> |
