IMP: task crud (#6)

This commit is contained in:
Matthew Ryan Dillon 2020-06-21 16:09:24 -07:00 committed by GitHub
parent 2b8a6a1927
commit 673d096f53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 260 additions and 33 deletions

View file

@ -2,7 +2,6 @@
<%= form_for @conn, Routes.user_session_path(@conn, :create), [as: :user], fn f -> %>
<%= if @error_message do %>
<div class="help is-danger">
<p><%= @error_message %></p>
</div>