aboutsummaryrefslogtreecommitdiffstats
path: root/templates/admin
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-05-01 21:30:04 -0400
committerUnknown <joe2010xtmf@163.com>2014-05-01 21:30:04 -0400
commite7d8fadb083451c632af43de862eab88adb5b29a (patch)
tree25e4b39d2c43edcd3aa0b2686c4fede2264c236a /templates/admin
parent3bd5fc6d6f5e1a04acf93929808f982417031e2e (diff)
downloadgitea-e7d8fadb083451c632af43de862eab88adb5b29a.tar.gz
gitea-e7d8fadb083451c632af43de862eab88adb5b29a.zip
Add disable gravatar option
Diffstat (limited to 'templates/admin')
-rw-r--r--templates/admin/config.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/admin/config.tmpl b/templates/admin/config.tmpl
index 08a68ae10e..8ba6b60cd5 100644
--- a/templates/admin/config.tmpl
+++ b/templates/admin/config.tmpl
@@ -181,6 +181,8 @@
<dl class="dl-horizontal admin-dl-horizontal">
<dt>Picture Service</dt>
<dd>{{.PictureService}}</dd>
+ <dt>Disable Gravatar</dt>
+ <dd><i class="fa fa{{if .DisableGravatar}}-check{{end}}-square-o"></i></dd>
</dl>
</div>
</div>