Drop unused users/_login_header template.

This commit is contained in:
evazion
2019-09-01 15:00:53 -05:00
parent 5b468444e7
commit dacb21b085

View File

@@ -1,15 +0,0 @@
<div class="login-header">
<% if CurrentUser.is_anonymous? %>
<% form_tag(session_path) do %>
<span class="notice">You are not logged in.</span>
<%= label_tag :name %>
<%= text_field_tag :name %>
<%= label_tag :password %>
<%= password_field_tag :password %>
<% end %>
<% else %>
<%#= nav_link_to("My Account", user_path(CurrentUser.user)) %>
<% end %>
</div>