mirror of
https://github.com/urbit/shrub.git
synced 2024-12-14 11:08:45 +03:00
ordering, ;br; code style
This commit is contained in:
parent
3236d1ef35
commit
61a8cae15e
@ -32,10 +32,8 @@
|
||||
;input(type "hidden", name "easy_form:url_end", value "collections/:col");
|
||||
::
|
||||
;input(name "tit", placeholder "Title");
|
||||
;br;
|
||||
;textarea(name "wat", placeholder "Enter topic text");
|
||||
;br;
|
||||
;input(type "submit");
|
||||
;br; ;textarea(name "wat", placeholder "Enter topic text");
|
||||
;br; ;input(type "submit");
|
||||
==
|
||||
::
|
||||
;hr;
|
||||
|
@ -21,10 +21,8 @@
|
||||
::
|
||||
;input(type "hidden", name "com", value <com>);
|
||||
::
|
||||
;br;
|
||||
;textarea(name "wat"): {txt}
|
||||
;br;
|
||||
;input(type "submit");
|
||||
;br; ;textarea(name "wat"): {txt}
|
||||
;br; ;input(type "submit");
|
||||
==
|
||||
++ form-comment-x
|
||||
|= com=@da
|
||||
@ -45,10 +43,8 @@
|
||||
::
|
||||
;input(type "hidden", name "com", value "~");
|
||||
::
|
||||
;br;
|
||||
;textarea(name "wat", placeholder "Enter comment");
|
||||
;br;
|
||||
;input(type "submit");
|
||||
;br; ;textarea(name "wat", placeholder "Enter comment");
|
||||
;br; ;input(type "submit");
|
||||
==
|
||||
--
|
||||
::
|
||||
@ -81,8 +77,9 @@
|
||||
;div(id id)
|
||||
;input.edit-toggle(type "checkbox", id "edit-{id}");
|
||||
;label(for "edit-{id}"): ✎
|
||||
;pre.edit-off: {txt}
|
||||
;div.edit-on: +{(form-comment-edit wen txt)}
|
||||
;pre.edit-off: {txt}
|
||||
::
|
||||
; ;{b -<who.com>}, at ;{a/"#{id}" -<wen>}
|
||||
::
|
||||
;+ (form-comment-x wen)
|
||||
|
Loading…
Reference in New Issue
Block a user