mirror of
https://git.teknik.io/Teknikode/Teknik.git
synced 2023-08-02 14:16:22 +02:00
Fixed link to view raw PGP public key not pointing to correct subdomain.
This commit is contained in:
parent
9228d7ba0b
commit
0b2cafbd20
@ -61,7 +61,7 @@
|
||||
Raw:
|
||||
</div>
|
||||
<div class="col-sm-10 text-right">
|
||||
<a href="@Url.SubRouteUrl("account", "User.PGPKey", new { username = Model.Username })" target="_blank">@Url.SubRouteUrl("account", "User.PGPKey", new { username = Model.Username })</a>
|
||||
<a href="@Url.SubRouteUrl("user", "User.PGPKey", new { username = Model.Username })" target="_blank">@Url.SubRouteUrl("user", "User.PGPKey", new { username = Model.Username })</a>
|
||||
</div>
|
||||
</div>
|
||||
<br />
|
||||
|
Loading…
Reference in New Issue
Block a user