From 7a53055db1dcc9230eeee79748793e27f7cb0834 Mon Sep 17 00:00:00 2001 From: rgarcia Date: Tue, 28 Jul 2015 18:33:09 +0200 Subject: [PATCH] updates alert styling [#45] --- app/views/layouts/application.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 00da7e8f8..cb502dce6 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -20,7 +20,7 @@ <% end %> <% if alert %> -

<%= alert %>

+

<%= alert %>

<% end %>