Sha256: 2990fac37c999edf2454775027dd8e8c878727a47491f65ab0ce8909e72a60e1

Contents?: true

Size: 622 Bytes

Versions: 3

Compression:

Stored size: 622 Bytes

Contents

<div class="row column">
  <%= form.select :chapter, options_from_collection_for_select(chapters, :title, :title, active_chapter&.title), { include_blank: true }, placeholder: t("placeholders.chapter", scope: "decidim.notify.conversations"), class: "chapter-select" %>
</div>
<div class="row column">
  <%= form.select :code, [], {}, placeholder: t("placeholders.author", scope: "decidim.notify.conversations"), class: "user-select", data: { url: users_path } %>
</div>
<div class="row column">
  <%= form.text_area :body, placeholder: t("placeholders.statement", scope: "decidim.notify.conversations"), rows: 3 %>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
decidim-notify-0.5 app/views/decidim/notify/conversations/_form.html.erb
decidim-notify-0.4 app/views/decidim/notify/conversations/_form.html.erb
decidim-notify-0.3 app/views/decidim/notify/conversations/_form.html.erb