Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

Commit

Permalink
Use regular <ul> on publication list and set links as external
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorbaptista committed Apr 10, 2017
1 parent 5363293 commit b54c494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/trials-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,10 @@ <h3>&nbsp;</h3>

{% if trial.publications.length != 0 %}
<h2>Publications</h2>
<ul class="overview-list">
<ul>
{% for publication in trial.publications %}
<li>
<a href="{{ publication.source_url }}">
<a href="{{ publication.source_url }}" rel="external">
{{ publication.title }}
</a>
</li>
Expand Down

0 comments on commit b54c494

Please sign in to comment.