Skip to content

Commit

Permalink
feat(user): Update to v1.1 - OEL-1538 (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
tibi2303 authored May 5, 2022
1 parent 5e0a8bd commit f6d0e20
Show file tree
Hide file tree
Showing 16 changed files with 2,757 additions and 2,220 deletions.
4 changes: 2 additions & 2 deletions src/compositions/bcl-group/group-landing.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<h2 class="mb-3 pb-2">{{ contact.title }}</h2>
{% if contact.profiles is not empty and contact.profiles is iterable %}
{% for _profile in contact.profiles %}
{% include '@oe-bcl/bcl-user/user-view-compact.html.twig' with _profile only %}
{% include '@oe-bcl/bcl-user/user-compact.html.twig' with _profile only %}
{% endfor %}
{% endif %}
{% if contact.more_link is not empty %}
Expand All @@ -83,7 +83,7 @@
<h2 class="mt-4 mt-md-0 mb-4 pb-2">{{ members.title}}</h2>
{% if members.profiles is not empty and members.profiles is iterable %}
{% for _profile in members.profiles %}
{% include '@oe-bcl/bcl-user/user-view-compact.html.twig' with _profile only %}
{% include '@oe-bcl/bcl-user/user-compact.html.twig' with _profile only %}
{% endfor %}
{% endif %}
{% if members.more_link is not empty %}
Expand Down
Loading

1 comment on commit f6d0e20

@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.