Skip to content

Commit

Permalink
fix wcag by adding pagination in Proposals index
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbaraOliveira13 committed Jan 7, 2025
1 parent f2f89e2 commit a4a924b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<% add_decidim_meta_tags(
description: translated_attribute(current_participatory_space.short_description),
title: component_name,
title: "#{component_name} - Page #{@proposals.current_page} of #{@proposals.total_pages}",
url: proposals_url,
resource: current_component) %>

Expand Down

0 comments on commit a4a924b

Please sign in to comment.