Add kramdown info box with preview button

This commit is contained in:
Harry Wood 2022-04-29 00:52:21 +01:00
parent 9401e451d1
commit b9659cdfc5

View 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 %>