Skip to content

fix layout of posts on startpage if combined mode is used#2020

Open
blued-gear wants to merge 2 commits intomainfrom
fix/combined_post-vote_btn-again_again_again
Open

fix layout of posts on startpage if combined mode is used#2020
blued-gear wants to merge 2 commits intomainfrom
fix/combined_post-vote_btn-again_again_again

Conversation

@blued-gear
Copy link
Collaborator

No description provided.


{% set forCombined = route_param_exists('content') and get_route_param('content') is same as 'combined' %}
{% set forCombined = (route_param_exists('content') and get_route_param('content') is same as 'combined')
or (criteria is defined and criteria.getOption('content') == 'combined') %}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
or (criteria is defined and criteria.getOption('content') == 'combined') %}
or (criteria is defined and criteria.getOption('content') is same as 'combined') %}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants