Skip to content

Commit

Permalink
DF-795: FIX for data attributes (#1278)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbiggs authored Aug 23, 2023
1 parent 4979ef3 commit af464cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/includes/card-group-record-summary-no-image.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<li class="col-sm-12 col-md-6 col-lg-4">
<div class="card-group-record-summary">
<a href="{% if url %}{{ url }}{% else %}{% record_url record is_editorial=True %}{% endif %}" class="card-group-record-summary__link" data-link="{{ record.summary_title }}" data-position="{{ forloop.counter }}" heldBy="{% if record.held_by %}{{ record.held_by }}{% else %}None{% endif %}" data-card-type="card-group-record-summary-no-image" data-card-title="{% firstof description_override|safe record.summary_title %}"{% if FEATURE_RECORD_LINKS_GO_TO_DISCOVERY %} target="_blank"{% endif %}>
<a href="{% if url %}{{ url }}{% else %}{% record_url record is_editorial=True %}{% endif %}" class="card-group-record-summary__link" data-link="{{ record.summary_title }}" data-position="{{ forloop.counter0 }}" heldBy="{% if record.held_by %}{{ record.held_by }}{% else %}None{% endif %}" {% if FEATURE_RECORD_LINKS_GO_TO_DISCOVERY %} target="_blank"{% endif %}>
<p class="card-group-record-summary__heading">
{% if record.reference_number %}
<span class="sr-only">
Expand Down

0 comments on commit af464cf

Please sign in to comment.