1
0
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:
Uncled1023 2019-01-25 00:18:57 -08:00
parent 9228d7ba0b
commit 0b2cafbd20

View File

@ -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 />