diff --git a/app/views/layouts/devise.html.erb b/app/views/layouts/devise.html.erb index d5c4a9d2d..a4a62f070 100644 --- a/app/views/layouts/devise.html.erb +++ b/app/views/layouts/devise.html.erb @@ -26,26 +26,30 @@
-
-
- <% if notice %> -
- ">× - <%= notice %> -
- <% end %> +
+
+ <% if notice %> +
+ ">× + <%= notice %> +
+ <% end %> - <% if alert %> -
- ">× - <%= alert %> -
- <% end %> + <% if alert %> +
+ ">× + <%= alert %> +
+ <% end %> - <%= yield %> + <%= yield %> +
-
+ + \ No newline at end of file