Sha256: 35ea103c7b4bbd8f7c83247d53495ae9b3f754235a2bdc1af45def78c9b897b0
Contents?: true
Size: 734 Bytes
Versions: 1
Compression:
Stored size: 734 Bytes
Contents
<div class="flex gap-2 justify-betwee items-center p-2 bg-feeds-bg"> <%= form.label :title, '', class: 'flex gap-2 items-center py-2 w-full' do %> <%= content_tag(:span, t("decidim.components.posts.newFeed.newSurvey.answerTitle"), class: "post_label font-bold sr-only") %> <%= content_tag(:span, 'ANSWER_NR.', class: "post_label font-bold answer") %> <%= form.text_field :title, class: 'form-control flex-auto', label:false, placeholder: t("decidim.components.posts.newFeed.newSurvey.answerTitle") %> <% end %> <%= link_to "#", class:'ml-auto' do %> <%= content_tag(:span, t("decidim.components.posts.newFeed.newSurvey.deleteQuestion"), class: "sr-only") %> <%= icon('delete-bin-line') %> <% end %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
decidim-posts-1.0.0 | app/views/decidim/posts/posts/_new_survey_answer.html.erb |