moved hamlet to widgetfiles
This commit is contained in:
parent
c63309b9e8
commit
de60936cd2
11 changed files with 80 additions and 82 deletions
12
templates/todolist.hamlet
Normal file
12
templates/todolist.hamlet
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<a href=@{GroupR}>Home
|
||||
<ul>
|
||||
$forall list <- lists
|
||||
<li>
|
||||
<a href=@{TodolistItemsR groupId (entityKey list)}>#{getTitle list}
|
||||
<form action=@{AddTodolistR groupId} method="post">
|
||||
<input type="text" name="list" placeholder="new list">
|
||||
<button type="submit">add
|
||||
<form action=@{AddUserR groupId} method="post">
|
||||
<input type="text" name="user" placeholder="new user">
|
||||
<button type="submit">share
|
||||
<a href=@{EditTodolistR groupId}>Edit
|
||||
Loading…
Add table
Add a link
Reference in a new issue