diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2015-02-11 18:36:40 -0800 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-02-11 18:36:40 -0800 |
commit | f7e902453511feb9e0d1717755df8723a0a648ea (patch) | |
tree | 0c432f04cf8c7fefc06735b9ce89ff078ee6bd91 /app | |
parent | b3f944a3983db179fdaee0a1f0618c94600be823 (diff) | |
download | gitlab-ce-f7e902453511feb9e0d1717755df8723a0a648ea.tar.gz |
Remove unecessary icon.
Diffstat (limited to 'app')
-rw-r--r-- | app/views/admin/services/_form.html.haml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/admin/services/_form.html.haml b/app/views/admin/services/_form.html.haml index e869f45e242..d7490274489 100644 --- a/app/views/admin/services/_form.html.haml +++ b/app/views/admin/services/_form.html.haml @@ -1,6 +1,5 @@ %h3.page-title = @service.title - = boolean_to_icon @service.activated? %p #{@service.description} template |