diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-12-23 17:02:02 +0000 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-12-23 17:02:02 +0000 |
| commit | 86566bcd396a4405067d0ddf09f76cfb2e30715a (patch) | |
| tree | b675aaf1af70feb909f5f58edca1f367a00fff3e /app/templates/threads | |
| parent | a7fcce4448798a4c35eb2ac73d3133e2b075fe42 (diff) | |
| download | cheatdb-86566bcd396a4405067d0ddf09f76cfb2e30715a.tar.xz | |
Improve markdown editor style, switch to EasyMDE, add to comment reply fields
Diffstat (limited to 'app/templates/threads')
| -rw-r--r-- | app/templates/threads/new.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/threads/new.html b/app/templates/threads/new.html index 10fa7c8..e460618 100644 --- a/app/templates/threads/new.html +++ b/app/templates/threads/new.html @@ -22,7 +22,7 @@ <a name="reply"></a> </div> <div class="card-body"> - {{ render_field(form.comment, label="", class_="m-0") }} + {{ render_field(form.comment, label="", class_="m-0", fieldclass="form-control markdown") }} </div> </div> </div> |
