style: formatter seems to work now
This commit is contained in:
parent
70aeb019a5
commit
f34936b176
11 changed files with 117 additions and 116 deletions
|
|
@ -5,20 +5,15 @@ defmodule PutzplanWeb.CompletedTaskLive.Show do
|
|||
def render(assigns) do
|
||||
~H"""
|
||||
<.header>
|
||||
Completed task <%= @completed_task.id %>
|
||||
<:subtitle>This is a completed_task record from your database.</:subtitle>
|
||||
|
||||
Completed task {@completed_task.id}
|
||||
<:subtitle>This is a completed_task record from your database.</:subtitle>
|
||||
</.header>
|
||||
|
||||
<.list>
|
||||
|
||||
<:item title="Id"><%= @completed_task.id %></:item>
|
||||
|
||||
<:item title="Id">{@completed_task.id}</:item>
|
||||
</.list>
|
||||
|
||||
<.back navigate={~p"/completed_tasks"}>Back to completed_tasks</.back>
|
||||
|
||||
|
||||
"""
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue