Skip to content

Commit

Permalink
filter order
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Sep 13, 2023
1 parent dd0225d commit 392e4ff
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/cells/decidim/content_blocks/partner_logos/show.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="wrapper-home">
<div class="row column text-center">
<h2 class="heading3"><%= I18n.t(".decidim.content_blocks.partner_logos.title1") %></h2>
<div class="row small-up-1 medium-up-<%= [first_row.size, 3].min %> home-bullets full-height">
<div class="row small-up-1 medium-up-<%= [first_row.size, 3].min %> home-bullets">
<% first_row.each do |image_path| %>
<div class="column">
<%= image_tag image_path %>
Expand Down
4 changes: 2 additions & 2 deletions config/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ storage_default: &storage_default

default: &default
custom_conference_types:
- key: activity # used to find the I18n key and route path
hashtag: activitat
- key: city # used to find the I18n key and route path
hashtag: ciutat
- key: international # used to find the I18n key and route path
hashtag: internacional
- key: activity # used to find the I18n key and route path
hashtag: activitat
decidim:
<<: *decidim_default
omniauth:
Expand Down
Binary file added public/partners1/1-capital.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/partners1/2-barcelona.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/partners1/3-pemb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/partners1/all_logos.png
Binary file not shown.

0 comments on commit 392e4ff

Please sign in to comment.