Commit a6474c5b authored by vnech's avatar vnech
Browse files

Issue #3260424 by vnech: Display "Follow/Unfollow" button on user profile display modes

parent 17e7ba84
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -88,6 +88,9 @@

    <div class="card__actionbar">
      {% block card_actionbar %}
        {% if content.flag_follow_user %}
          {{ content.flag_follow_user }}
        {% endif %}
        <a href="{{ profile_contact_url }}" class="card__link">
          {% if profile_contact_label == 'private_message' %}
            {% trans %}Private message{% endtrans %}