Skip to content

Commit

Permalink
Merge pull request #65 from OpenSourcePolitics/master
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinebessoles authored Sep 22, 2023
2 parents a353d75 + fa6d219 commit 855785c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/decidim/proposals/proposals/_edit_form_fields.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<%= form_required_explanation %>

<div class="field hashtags__container">
<%= form.text_field :title, class: "js-hashtags", value: form_presenter.title %>
</div>
Expand All @@ -14,8 +16,6 @@
</div>
<% end %>

<%= form_required_explanation %>

<div class="field hashtags__container">
<%= text_editor_for_proposal_body(form) %>
</div>
Expand Down

0 comments on commit 855785c

Please sign in to comment.