Sha256: 1bd7d8d65aebe28d86a3dc1df8baa32e930511339649cba05956d18bdeb04183
Contents?: true
Size: 486 Bytes
Versions: 10
Compression:
Stored size: 486 Bytes
Contents
<div class="conversation-reply conversation-reply--offset"> <h2 class="section-heading"> <%= t(".title") %> </h2> <%= form_for form, url: decidim.conversation_path(conversation.id), method: :put, remote: true do |f| %> <%= f.label :body, nil, class: "show-for-sr" %> <%= f.text_area :body, label: false, rows: 4, required: true, placeholder: t(".placeholder") %> <%= f.submit t(".send"), class: "button pull-right", data: { disable: true } %> <% end %> </div>
Version data entries
10 entries across 10 versions & 1 rubygems