1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00

Cleaned up FAQ link in help, and added abuse link.

This commit is contained in:
Uncled1023 2018-01-30 00:43:20 -08:00
parent 395aba3d14
commit 18a066502c

View File

@ -1,4 +1,4 @@
@model Teknik.Areas.Help.ViewModels.HelpViewModel
@model Teknik.Areas.Help.ViewModels.HelpViewModel
@using Teknik.Utilities
@ -9,7 +9,7 @@
<hr>
<h3 class="text-center">Important Links</h3>
<dl class="dl-horizontal">
<dt><a href="@Url.SubRouteUrl("faq", "FAQ.Index")" target="_blank">Frequently Asked Questions</a></dt>
<dt><a href="@Url.SubRouteUrl("faq", "FAQ.Index")" target="_blank">FAQ</a></dt>
<dd>Some of the more commonly asked questions and some answers regarding them.</dd>
<dt><a href="@Url.SubRouteUrl("status", "Status.Index")" target="_blank">Site Statistics</a></dt>
<dd>Current status of the server, and all the site's statistics, transactions, and data effecting actions.</dd>
@ -17,6 +17,8 @@
<dd>Everything about how we handle your privacy.</dd>
<dt><a href="@Url.SubRouteUrl("tos", "TOS.Index")" target="_blank">Terms of Service</a></dt>
<dd>The policies and terms for using Teknik Services.</dd>
<dt><a href="@Url.SubRouteUrl("abuse", "Abuse.Index")" target="_blank">Abuse Protection</a></dt>
<dd>How to go about reporting abuse.</dd>
</dl>
<hr>
<h3 class="text-center">Help Topics</h3>
@ -44,4 +46,4 @@
</dl>
</div>
</div>
</div>
</div>