From a12f094710ed4fc70c1a5a2c59b7834d824989d6 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Sat, 6 Jun 2015 10:40:39 +0200 Subject: Autosize the rich editor (for card description and comments) --- client/components/main/editor.jade | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 client/components/main/editor.jade (limited to 'client/components/main/editor.jade') diff --git a/client/components/main/editor.jade b/client/components/main/editor.jade new file mode 100644 index 00000000..cb01cdc1 --- /dev/null +++ b/client/components/main/editor.jade @@ -0,0 +1,7 @@ +template(name="editor") + textarea.editor( + class="{{class}}" + id=id + autofocus=autofocus + placeholder="{{_ 'comment-placeholder'}}") + +Template.contentBlock -- cgit v1.2.3-1-g7c22