From 0175e665893ca8f8fd660ff55841e95c02fcb987 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 10 Aug 2013 21:20:03 +0300 Subject: hide no-ssh message if notice or alert present --- app/views/layouts/_flash.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views/layouts/_flash.html.haml') diff --git a/app/views/layouts/_flash.html.haml b/app/views/layouts/_flash.html.haml index 2585030db83..cc8ea066cb9 100644 --- a/app/views/layouts/_flash.html.haml +++ b/app/views/layouts/_flash.html.haml @@ -1,8 +1,8 @@ .flash-container - if alert .flash-alert - %span= alert + = alert - elsif notice .flash-notice - %span= notice + = notice -- cgit v1.2.3