notices, password recovery corner cases and UI changes
This commit is contained in:
parent
dace874f4f
commit
a69df8e658
14 changed files with 49 additions and 38 deletions
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Book store</title>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta name='viewport' content='width=device-width,initial-scale=1'>
|
||||
<%= csrf_meta_tags %>
|
||||
<%= csp_meta_tag %>
|
||||
|
||||
|
@ -11,6 +11,12 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<%= link_to 'Home', '/welcome', method: :get%>
|
||||
<% flash.each do |type, msg| %>
|
||||
<div class='card-panel teal lighten-5'>
|
||||
<%= msg %>
|
||||
</div>
|
||||
<% end %>
|
||||
<%= yield %>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue