diff --git a/mar/collections/collection.hoon b/mar/collections/collection.hoon index 59108794b8..58cca88d89 100644 --- a/mar/collections/collection.hoon +++ b/mar/collections/collection.hoon @@ -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; diff --git a/mar/collections/topic-full.hoon b/mar/collections/topic-full.hoon index 653178be9b..d963e1b77e 100644 --- a/mar/collections/topic-full.hoon +++ b/mar/collections/topic-full.hoon @@ -21,10 +21,8 @@ :: ;input(type "hidden", name "com", value ); :: - ;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 -}, at ;{a/"#{id}" -} :: ;+ (form-comment-x wen)