diff options
| -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> |
