Sha256: 6b8800b40827a510562d22e21b30966868ff9b37f9474966e5cd35b0993f414b

Contents?: true

Size: 315 Bytes

Versions: 5

Compression:

Stored size: 315 Bytes

Contents

<div class="add-message">
  <h5 class="section-heading">
    <%= t(".title") %>
  </h5>

  <%= form_for form, url: decidim.conversation_path(conversation.id), method: :put, remote: true do |f| %>
    <%= f.text_area :body, label: false, rows: 4, required: true %>

    <%= f.submit t(".send") %>
  <% end %>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
decidim-core-0.8.4 app/views/decidim/messaging/conversations/_reply.html.erb
decidim-core-0.8.3 app/views/decidim/messaging/conversations/_reply.html.erb
decidim-core-0.8.2 app/views/decidim/messaging/conversations/_reply.html.erb
decidim-core-0.8.1 app/views/decidim/messaging/conversations/_reply.html.erb
decidim-core-0.8.0 app/views/decidim/messaging/conversations/_reply.html.erb