diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-03-05 14:32:34 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-03-05 14:32:34 +0200 |
commit | 9d250a8e49972cbf668bc1b36abc42b439253c1d (patch) | |
tree | a7df0ef6002e32f557f5140a52d836a6952a41d1 /app/views | |
parent | f51e218313756db04279eee06fdc1ef615b2d9b8 (diff) | |
download | gitlab-ce-9d250a8e49972cbf668bc1b36abc42b439253c1d.tar.gz |
Remove boolean icons from plugins page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/shared/plugins/_index.html.haml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/shared/plugins/_index.html.haml b/app/views/shared/plugins/_index.html.haml index 1e2f5500cb9..7a85884907a 100644 --- a/app/views/shared/plugins/_index.html.haml +++ b/app/views/shared/plugins/_index.html.haml @@ -13,7 +13,6 @@ %ul.content-list - plugins.each do |file| %li - = boolean_to_icon true = File.basename(file) - else %p.light-well.text-center |