add mailto: to error page email link #35

Closed
insofaras wants to merge 1 commits from insofaras/hmn:inso/error-mailto-fix into master
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<span class="big"> <span class="big">
We have encountered an error while processing your request. We have encountered an error while processing your request.
<br /> <br />
If this keeps happening, please <a href="{{ .ReportIssueMailto }}">let us know</a>. If this keeps happening, please <a href="mailto:{{ .ReportIssueMailto }}">let us know</a>.
</span> </span>
</p> </p>
</div> </div>