Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
entantoencuanto committed Nov 26, 2024
1 parent 0fda91c commit d268fdf
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions app/cells/decidim/comments/comment_form/extended_comment_as.erb
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
<%= decidim_original_comment_as_for(form) %>

<% if attachments_allowed? %>
<%# <% if !reply? %1> %>
<%# <%= form.attachment( %>
<%# :add_documents, %>
<%# multiple: true, %>
<%# modal_id: "#{form_id}-documents", %>
<%# # label: t("decidim.proposals.collaborative_drafts.new.add_file"), %>
<%# # button_label: t("decidim.proposals.collaborative_drafts.new.add_file"), %>
<%# # button_edit_label: t("decidim.proposals.collaborative_drafts.new.edit_file"), %>
<%# button_class: "button button__lg button__transparent-secondary w-full", %>
<%# # help_text: t("attachment_legend", scope: "decidim.proposals.collaborative_drafts.edit"), %>
<%# help_i18n_scope: "decidim.forms.file_help.file" %>
<%# ) %1> %>
<%# <% else %1> %>
<div class="mt-4 mb-4">
<%= form.file_field(:add_documents, multiple:true, direct_upload: true) %>
<%# <% end %1> %>
</div>
<% end %>

0 comments on commit d268fdf

Please sign in to comment.