Merge pull request #802 from mattermost/plt-291

PLT-291 Fixing 404 page props
Этот коммит содержится в:
Corey Hulen
2015-09-25 08:13:45 -07:00
родитель 2322a7c74e 3bb2e67203
Коммит 74ccf42387
2 изменённых файлов: 6 добавлений и 11 удалений

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

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