]> git.parisson.com Git - mezzo.git/commitdiff
Task #279: link target issue
authorEmilie <zawadzki@ircam.fr>
Wed, 26 Oct 2016 09:01:21 +0000 (11:01 +0200)
committerEmilie <zawadzki@ircam.fr>
Wed, 26 Oct 2016 09:01:21 +0000 (11:01 +0200)
app/templates/network/inc/person/person_card_circle.html

index 991c899cdb683efeb44a9c6149ec77d78cad9c6e..812df877a14c66d5cc6113439ea168f32053ae2f 100644 (file)
@@ -33,7 +33,7 @@
             {% endif %}
             {% for link in person.links.all %}
                 {% if link %}
-                    <a href="{{ link }}" title="Site Web" class="button button--small"><i class="fa fa-{{ link.link_type.name }}" target="_blank"></i>{% firstof link.title link.link_type.name %}</a>
+                    <a href="{{ link }}" title="Site Web" class="button button--small" target="_blank"><i class="fa fa-{{ link.link_type.name }}"></i>{% firstof link.title link.link_type.name %}</a>
                 {% endif %}
             {% endfor %}