mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2024-12-27 21:21:22 +01:00
Merge pull request #13 from erickmendonca/develop
Fixes ribbon link on speakers modal
This commit is contained in:
commit
7ae23da21e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
||||||
{% if speaker.ribbon != null %}
|
{% if speaker.ribbon != null %}
|
||||||
<div class="modal-ribbon-wrapper">
|
<div class="modal-ribbon-wrapper">
|
||||||
{% for ribbon in speaker.ribbon %}
|
{% for ribbon in speaker.ribbon %}
|
||||||
<a class="modal-ribbon" href="ribbon["url"]" target="_blank">{{ ribbon["title"] }}</a>
|
<a class="modal-ribbon" href="{{ ribbon["url"] }}" target="_blank">{{ ribbon["title"] }}</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue