Skip to content

Commit

Permalink
[template][xs]: updated template for group images
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikanebu authored Jul 10, 2024
1 parent eef0b4a commit 21e4ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckanext/rvr/templates/group/snippets/group_item.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<li class="media-item">
{% block item_inner %}
{% block image %}
<img src="{{ group.image_display_url or h.url_for_static('/base/images/placeholder-group.png') }}" alt="{{ group.name }}" class="media-image img-responsive">
<img src="{{ group.image_display_url or h.url_for_static('/base/images/placeholder-group.png') }}" alt="{{ group.name }}" class="media-image img-fluid">
{% endblock %}
{% block title %}
<h2 class="media-heading">{{ group.display_name }}</h2>
Expand Down Expand Up @@ -47,4 +47,4 @@ <h2 class="media-heading">{{ group.display_name }}</h2>
{% endblock %}
{% if position is divisibleby 3 %}
<li class="clearfix js-hide"></li>
{% endif %}
{% endif %}

0 comments on commit 21e4ebc

Please sign in to comment.