summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-12-31 15:08:42 -0500
committerRobert Speicher <rspeicher@gmail.com>2016-01-13 11:34:19 -0500
commit1c7febc3e38053e8d01cf7a30d3da23b95f30808 (patch)
treed80b433ab16c6381194fdee93d8b60b92c3c13c6 /app/views/layouts
parent79361b207ed70e1b954ca85c97a86e459e3e3976 (diff)
downloadgitlab-ce-1c7febc3e38053e8d01cf7a30d3da23b95f30808.tar.gz
Style the broadcast message form
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/_broadcast.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_broadcast.html.haml b/app/views/layouts/_broadcast.html.haml
index e7d477c225e..ad7851c0aa3 100644
--- a/app/views/layouts/_broadcast.html.haml
+++ b/app/views/layouts/_broadcast.html.haml
@@ -1,4 +1,4 @@
- if broadcast_message.present?
.broadcast-message{ style: broadcast_styling(broadcast_message) }
- %i.fa.fa-bullhorn
+ = icon('bullhorn')
= broadcast_message.message