This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
5516b6c47f
gitlab-org--gitlab-foss
/
app
/
views
/
layouts
/
_flash.html.haml
9 lines
112 B
Text
Raw
Normal View
History
Unescape
Escape
Restyle flash message. Not it does not overflow head panel
2013-02-28 04:06:52 -05:00
.flash-container
- if alert
More readable notice/alert messages
2013-08-10 14:10:24 -04:00
.flash-alert
hide no-ssh message if notice or alert present
2013-08-10 14:20:03 -04:00
= alert
Restyle flash message. Not it does not overflow head panel
2013-02-28 04:06:52 -05:00
- elsif notice
More readable notice/alert messages
2013-08-10 14:10:24 -04:00
.flash-notice
hide no-ssh message if notice or alert present
2013-08-10 14:20:03 -04:00
= notice
Copy permalink