]> git.openstreetmap.org Git - rails.git/commitdiff
Add kramdown info box with preview button
authorHarry Wood <github@harrywood.co.uk>
Thu, 28 Apr 2022 23:52:21 +0000 (00:52 +0100)
committerHarry Wood <github@harrywood.co.uk>
Fri, 29 Apr 2022 00:33:18 +0000 (01:33 +0100)
app/views/reports/new.html.erb

index 6c12c14e334205bb0e31d9eb65cde46bf67cfe9a..8106ccfc968e881fe9b2bf1f303b6e8403e16291 100644 (file)
@@ -18,6 +18,6 @@
   <% end %>
 
   <%= f.collection_radio_buttons :category, report_categories(@report.issue.reportable), :id, :label %>
-  <%= f.text_area :details, :rows => 5, :label_as_placeholder => true %>
+  <%= f.richtext_field :details, :rows => 18, :label_as_placeholder => true, :format => "markdown" %>
   <%= f.primary %>
 <% end %>