Skip to content

Commit

Permalink
resolve requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ElviaBth committed Jun 21, 2024
1 parent 494e4e3 commit b063448
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% if meeting.can_be_joined_by?(current_user) || meeting.on_different_platform? %>
<section id="meeting-section-buttons" class="layout-aside__section layout-aside__buttons layout-aside__ctas-buttons" data-sticky-buttons>
<section class="layout-aside__section layout-aside__buttons layout-aside__ctas-buttons" data-sticky-buttons>
<%= cell "decidim/meetings/join_meeting_button", meeting, show_remaining_slots: true %>
</section>
<% end %>
Expand Down

0 comments on commit b063448

Please sign in to comment.