NEW: Tasks LiveComponent (#27)

This commit is contained in:
Matthew Ryan Dillon 2020-07-08 20:52:20 -07:00 committed by GitHub
parent a91f1924b2
commit 3d70659861
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 364 additions and 7 deletions

View file

@ -22,7 +22,7 @@
<div id="nvbr" class="navbar-menu">
<div class="navbar-start">
<%= link "tasks", to: Routes.task_path(@conn, :index), class: "navbar-item" %>
<%= link "tasks", to: Routes.tasks_path(@conn, :index), class: "navbar-item" %>
</div>
<div class="navbar-end">