<%= render partial: "decidim/posts/posts/sidebar" %>
<%= decidim_form_for(@form, url: Decidim::EngineRouter.main_proxy(posts_component_for_meeting(@meeting)).meeting_path(@meeting), html: { class: "meetings_form new_meeting" }) do |form| %>
<%= render partial: "decidim/posts/posts/meeting_form", locals: { form: form } %>
<%= link_to t("decidim.components.posts.newFeed.cancel"), '/', class: "button button__sm button__transparent-secondary" %> <%= form.submit "#{t("decidim.components.posts.newFeed.action")} #{icon('send-plane-line')}".html_safe, class: "sndBtn button button__sm button__transparent-primary", data: { disable: true } %>
<% end %>
<% unless defined?(Decidim::FeedsUi) %> <%= append_javascript_pack_tag "decidim_feeds" %> <% end %>