1
0
Fork 0
forked from forgejo/forgejo

fix dashboard 500 when no issues at all

- update locales
- update README
This commit is contained in:
Unknwon 2015-09-01 06:31:47 -04:00
parent 6c7a93a3ac
commit 17c2d1fc7c
9 changed files with 284 additions and 245 deletions

View file

@ -1 +1 @@
0.6.7.0831 Beta
0.6.7.0901 Beta

View file

@ -100,7 +100,10 @@
{{.i18n.Tr "repo.settings.transfer"}}
</div>
<div class="content">
<div class="ui warning message text left">{{.i18n.Tr "repo.settings.transfer_notices" | Str2html}}</div>
<div class="ui warning message text left">
{{.i18n.Tr "repo.settings.transfer_notices_1" | Safe}} <br>
{{.i18n.Tr "repo.settings.transfer_notices_2" | Safe}}
</div>
<form class="ui form" action="{{.Link}}" method="post">
{{.CsrfTokenHtml}}
<input type="hidden" name="action" value="transfer">
@ -132,7 +135,10 @@
{{.i18n.Tr "repo.settings.delete"}}
</div>
<div class="content">
<div class="ui warning message text left">{{.i18n.Tr "repo.settings.delete_notices" | Str2html}}</div>
<div class="ui warning message text left">
{{.i18n.Tr "repo.settings.delete_notices_1" | Safe}} <br>
{{.i18n.Tr "repo.settings.delete_notices_2" | Safe}}
</div>
<form class="ui form" action="{{.Link}}" method="post">
{{.CsrfTokenHtml}}
<input type="hidden" name="action" value="delete">