Sha256: 8922852906850fbb0bfe24ff6151224755a5ee382455dc94c1efdad60c4c56da
Contents?: true
Size: 1.45 KB
Versions: 1
Compression:
Stored size: 1.45 KB
Contents
<main class="feeds__main home"> <!-- This is the sidebar that appears on the right side of the page --> <%= render partial: "decidim/posts/posts/sidebar" %> <div class="feeds__container"> <div class="feeds__body"> <div class="card__grid-home w-full lg:grid-cols-8 xl:grid-cols-12 gap-6"> <div class="card__grid posts__post p-2" data-content="calendar"> <%= 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| %> <div class="form__wrapper p-0 gap-4"> <%= render partial: "decidim/posts/posts/meeting_form", locals: { form: form } %> </div> <div class="form__wrapper-block flex-col-reverse md:flex-row justify-between"> <%= 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 } %> </div> <% end %> </div> </div> <!-- In case the Module Decidim FeedsUi is present, the form will be installed in the footer of the application --> <% unless defined?(Decidim::FeedsUi) %> <%= append_javascript_pack_tag "decidim_feeds" %> <% end %> </div> </main>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
decidim-posts-1.0.0 | app/views/decidim/posts/meetings/edit.html.erb |