Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

User Group Class #47

Open
davidhellmann opened this issue Jul 27, 2018 · 0 comments
Open

User Group Class #47

davidhellmann opened this issue Jul 27, 2018 · 0 comments
Assignees

Comments

@davidhellmann
Copy link
Owner

{% set string = ' ' %}
  {% if currentUser.groups ?? null %}
    {% for group in currentUser.groups %}
      {% set string = string ~ 'is-' ~ group.handle ~ ' ' %}
    {% endfor %}
  {% endif %}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant