MAINT: drop old landing page (#35)

This commit is contained in:
Matthew Ryan Dillon 2020-08-09 15:52:27 -07:00 committed by GitHub
parent 2cd2f38356
commit c68a5b0e10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 58 deletions

View file

@ -11,7 +11,7 @@
<body>
<nav class="navbar is-dark mb-5" role="navigation">
<div class="navbar-brand">
<%= link "planner", to: Routes.landing_path(@conn, :index), class: "navbar-item has-text-weight-bold hast-text-info-light" %>
<%= link "planner", to: Routes.tasks_path(@conn, :index), class: "navbar-item has-text-weight-bold hast-text-info-light" %>
<a role="button" class="navbar-burger burger" data-target="nvbr">
<span></span>
@ -21,9 +21,7 @@
</div>
<div id="nvbr" class="navbar-menu">
<div class="navbar-start">
<%= link "tasks", to: Routes.tasks_path(@conn, :index), class: "navbar-item" %>
</div>
<div class="navbar-start"></div>
<div class="navbar-end">
<%= link "log out", to: Routes.user_session_path(@conn, :delete), method: :delete, class: "navbar-item" %>