Skip to content

Commit

Permalink
fix(institution detail): Show alternate ID's on new lines
Browse files Browse the repository at this point in the history
Refs: #1684
  • Loading branch information
dchiller authored Nov 22, 2024
1 parent f58cce7 commit f6c7081
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ <h3>{{ institution.name }} {% if institution.siglum %}({{ institution.siglum }})
<h4>{% if institution.city %}{{ institution.city }}{% else %}[No City]{% endif %}, {{ institution.country }}</h4>
{% if institution_authorities %}
<hr />
<div class="row">
<div class="col">
{% for authority in institution_authorities %}
{% for authority in institution_authorities %}
<div class="row">
<div class="col">
View this institution in <a href="{{ authority.1 }}">{{ authority.0 }}</a>
{% endfor %}
</div>
</div>
</div>
{% endfor %}
{% endif %}
<hr />
<div class="row">
Expand Down Expand Up @@ -68,4 +68,4 @@ <h5>Clavis Sequentiarum (Sequence Database by Calvin Bower)</h5>
{% endif %}
</div>
</div>
{% endblock %}
{% endblock %}

0 comments on commit f6c7081

Please sign in to comment.