summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-01 06:31:47 -0400
committerUnknwon <u@gogs.io>2015-09-01 06:31:47 -0400
commit17c2d1fc7c236d6a0e7809c4cde0b9f6a029dfb0 (patch)
treebdb5f989da0e64434b449ad823052c3c8191f2aa /templates
parent6c7a93a3acdac90f9af1efbc67961b84f46caa56 (diff)
downloadgitea-17c2d1fc7c236d6a0e7809c4cde0b9f6a029dfb0.tar.gz
gitea-17c2d1fc7c236d6a0e7809c4cde0b9f6a029dfb0.zip
fix dashboard 500 when no issues at all
- update locales - update README
Diffstat (limited to 'templates')
-rw-r--r--templates/.VERSION2
-rw-r--r--templates/repo/settings/options.tmpl10
2 files changed, 9 insertions, 3 deletions
diff --git a/templates/.VERSION b/templates/.VERSION
index 8bbf7caf12..bcf63ee3df 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.6.7.0831 Beta \ No newline at end of file
+0.6.7.0901 Beta \ No newline at end of file
diff --git a/templates/repo/settings/options.tmpl b/templates/repo/settings/options.tmpl
index f390d07bfb..02399bf11d 100644
--- a/templates/repo/settings/options.tmpl
+++ b/templates/repo/settings/options.tmpl
@@ -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">