Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lint
Browse files Browse the repository at this point in the history
BarbaraOliveira13 committed Jan 31, 2025
1 parent c15ce2a commit d64af68
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<% add_decidim_meta_tags(
description: translated_attribute(current_component.participatory_space.try(:description)),
title: t("decidim.components.pagination.page_title",
title: t("decidim.components.pagination.page_title",
component_name: translated_attribute(current_component.name),
current_page: meetings.current_page,
total_pages: meetings.total_pages ),
url: meetings_url,
resource: current_component) %>
url: meetings_url,
resource: current_component) %>

<%= render partial: "decidim/meetings/shared/index", locals: {
display_map: Decidim::Map.available?(:geocoding, :dynamic) && current_component.settings.maps_enabled? && search.result.not_online.exists?,

0 comments on commit d64af68

Please sign in to comment.