From 43df35213e80b9b7de69cc80f138882708a05b9b Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 18 Oct 2016 16:37:15 +0200 Subject: Improving all forms --- app/views/layouts/auth.html.haml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'app/views/layouts') diff --git a/app/views/layouts/auth.html.haml b/app/views/layouts/auth.html.haml index 52d567280..1fa0b5ae0 100644 --- a/app/views/layouts/auth.html.haml +++ b/app/views/layouts/auth.html.haml @@ -4,14 +4,15 @@ %h1 = link_to root_path do = image_tag 'logo.png' - %small= Rails.configuration.x.local_domain .form-container - if flash[:notice] - .flash-message.notice= flash[:notice] + .flash-message.notice + %strong= flash[:notice] - if flash[:alert] - .flash-message.alert= flash[:alert] + .flash-message.alert + %strong= flash[:alert] = yield -- cgit