summaryrefslogtreecommitdiff
path: root/app/views/shared/plugins/_index.html.haml
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-08 17:02:39 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-08-09 13:18:24 -0500
commitc1824ac75a1a3e6a04ac752e70c922528a56e0dc (patch)
treec30cf9ba581aeab5d187f62b9f74e83d83dc3da5 /app/views/shared/plugins/_index.html.haml
parentc23961710bbbd2b361cd8e50f29063e568490dc6 (diff)
downloadgitlab-ce-c1824ac75a1a3e6a04ac752e70c922528a56e0dc.tar.gz
Fix styling of all card elements
Diffstat (limited to 'app/views/shared/plugins/_index.html.haml')
-rw-r--r--app/views/shared/plugins/_index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/plugins/_index.html.haml b/app/views/shared/plugins/_index.html.haml
index 7bcc54e7459..9d230d12be2 100644
--- a/app/views/shared/plugins/_index.html.haml
+++ b/app/views/shared/plugins/_index.html.haml
@@ -19,5 +19,5 @@
.monospace
= File.basename(file)
- else
- %p.card.bg-light.text-center
- No plugins found.
+ .card.bg-light.text-center
+ .nothing-here-block No plugins found.