Skip to content

Commit

Permalink
feat(stories): refactoring, batch 2 - FRONT-3513 (#2293)
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus authored Dec 22, 2021
1 parent b45af6d commit d56df48
Show file tree
Hide file tree
Showing 10 changed files with 340 additions and 274 deletions.
2 changes: 1 addition & 1 deletion src/implementations/twig/components/card/card.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
{% if _card.meta is not empty %}
<div class="ecl-card__meta">{{ _card.meta|join(" | ") }}</div>
{% endif %}
{% if _card.title is not empty %}
{% if _card.title is not empty and _card.title.label is not empty %}
<h1 class="ecl-card__title">
{%- if _card.title.path %}
{% include '@ecl/link/link.html.twig' with {
Expand Down
Loading

1 comment on commit d56df48

@github-actions
Copy link

Choose a reason for hiding this comment

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

Please sign in to comment.