remove /add_plant, add /plants, a board to replace it

This commit is contained in:
Swrup 2022-01-12 19:34:55 +01:00
parent 8e44a11067
commit bd99462e0a
13 changed files with 168 additions and 158 deletions

View file

@ -5,7 +5,7 @@
thread_page
babillard
babillard_page
plant
plants_page
db
app
content
@ -15,8 +15,7 @@
register
template
user
user_profile
add_plant)
user_profile)
(libraries
uuidm
caqti.blocking
@ -99,8 +98,8 @@
(run dream_eml %{deps} --workspace %{workspace_root})))
(rule
(targets add_plant.ml)
(deps add_plant.eml.html)
(targets plants_page.ml)
(deps plants_page.eml.html)
(action
(run dream_eml %{deps} --workspace %{workspace_root})))