mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 17:22:15 +00:00
this irks me
This commit is contained in:
parent
9af5a995d9
commit
dba51cca7f
1 changed files with 2 additions and 2 deletions
|
@ -147,9 +147,9 @@
|
||||||
<div class="col-xs-8">
|
<div class="col-xs-8">
|
||||||
<strong>@key.AppName @key.Version</strong>
|
<strong>@key.AppName @key.Version</strong>
|
||||||
<p>@key.AppDescription</p>
|
<p>@key.AppDescription</p>
|
||||||
<pre>
|
<code>
|
||||||
@key.Id
|
@key.Id
|
||||||
</pre>
|
</code>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-4">
|
<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>
|
<a href="@Url.Action("RevokeAPIKey", "Manage", new { id = key.Id })" class="btn btn-danger"><span class="glyphicon glyphicon-trash"></span> Revoke key</a>
|
||||||
|
|
Loading…
Reference in a new issue