Add kramdown info box with preview button
This commit is contained in:
parent
9401e451d1
commit
b9659cdfc5
1 changed files with 1 additions and 1 deletions
|
@ -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 %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue