Add scheduled email feature for reminders
This commit is contained in:
@ -11,10 +11,12 @@
|
||||
|
||||
<body>
|
||||
<%= yield %>
|
||||
<p class="notice"><%= notice %></p>
|
||||
<p class="alert"><%= alert %></p>
|
||||
|
||||
<hr>
|
||||
<% if user_signed_in? %>
|
||||
<p><%= link_to('Logout', destroy_user_session_path) %></p>
|
||||
<p><%= link_to('Logout', destroy_user_session_path, method: 'delete') %></p>
|
||||
<% end %>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user