Added a link to error page that returns users to the root page

Этот коммит содержится в:
nickago
2015-08-25 11:06:11 -07:00
родитель 70da0dbec6
Коммит 6ac39ef687
2 изменённых файлов: 18 добавлений и 4 удалений

Просмотреть файл

@@ -14,6 +14,7 @@
<div class="error__icon"><i class="fa fa-exclamation-triangle"></i></div>
<h2>{{ .SiteName }} needs your help:</h2>
<p>{{.Message}}</p>
<a href="{{.SiteURL}}">Go back to team site</a>
</div>
</div>
</body>