From 4d68d3dc80138e6cc6a3cbec001dbd77e85649cc Mon Sep 17 00:00:00 2001 From: David Gay Date: Tue, 25 May 2021 20:53:49 -0400 Subject: Delete "Characters" header nav link, for now --- app/views/application/_header.html.erb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'app/views') diff --git a/app/views/application/_header.html.erb b/app/views/application/_header.html.erb index 2a8e698..6ca0671 100644 --- a/app/views/application/_header.html.erb +++ b/app/views/application/_header.html.erb @@ -15,11 +15,6 @@ <%= link_to "Login", login_path %> <% end %> - <% if user_signed_in? %> -
  • - <%= link_to "Characters", "#" %> -
  • - <% end %> -- cgit v1.2.3