diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-08-19 13:57:27 -0700 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-08-19 13:57:27 -0700 |
commit | 089aa2de2badcb4d6caf2d2001ad17db42d08de8 (patch) | |
tree | 15191da223279c4e0078d379f89458c39d991e49 /app | |
parent | 0bc94198fc64f7a0f9f7ee7d33dcae9aa50d1e3f (diff) | |
download | gitlab-ce-089aa2de2badcb4d6caf2d2001ad17db42d08de8.tar.gz |
Add Reply by email feature to admin dashboard.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/admin/dashboard/index.html.haml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml index 3732ff847b9..54191aadda6 100644 --- a/app/views/admin/dashboard/index.html.haml +++ b/app/views/admin/dashboard/index.html.haml @@ -55,6 +55,10 @@ OmniAuth %span.light.pull-right = boolean_to_icon Gitlab.config.omniauth.enabled + %p + Reply by email + %span.light.pull-right + = boolean_to_icon Gitlab::ReplyByEmail.enabled? .col-md-4 %h4 Components |