Skip to content

Commit

Permalink
Link from membership badge
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMikes committed Jan 5, 2025
1 parent 629325c commit 745e13f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/my-profile.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@

{% if player.activeMembership %}
<p>
<span class="badge bg-primary py-1 px-2">
<a href="{{ path('membership') }}" class="badge bg-primary py-1 px-2 text-light">
<i class="ci ci-heart-filled"></i>
{{ 'active_membership'|trans }}
</span>
</a>
</p>
{% endif %}

Expand Down
4 changes: 2 additions & 2 deletions templates/player-profile.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@

{% if player.activeMembership %}
<p>
<span class="badge bg-primary py-1 px-2">
<a href="{{ path('membership') }}" class="badge bg-primary py-1 px-2 text-light">
<i class="ci ci-heart-filled"></i>
{{ 'active_membership'|trans }}
</span>
</a>
</p>
{% endif %}

Expand Down

0 comments on commit 745e13f

Please sign in to comment.