From 60b8a2237c47aed45afb7057dd7e2bbf1b23c07e Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Thu, 15 Dec 2016 17:06:51 -0500 Subject: [PATCH] these are output in the main layout file --- app/views/notifications/_header.html.erb | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/views/notifications/_header.html.erb b/app/views/notifications/_header.html.erb index f93f46a6..794bfdf7 100644 --- a/app/views/notifications/_header.html.erb +++ b/app/views/notifications/_header.html.erb @@ -9,10 +9,3 @@ -

- <% if devise_error_messages? %> - <%= devise_error_messages! %> - <% elsif notice %> - <%= notice %> - <% end %> -