]> git.parisson.com Git - mezzo.git/commitdiff
Fix icons
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 15 Nov 2016 10:25:08 +0000 (11:25 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 15 Nov 2016 10:25:08 +0000 (11:25 +0100)
app/templates/includes/footer.html

index 050af638a7e73c23e92fc8d128ffaa7ee2c02d14..7610a39e821395785456a702cb7308a0823ab6fb 100644 (file)
@@ -7,7 +7,7 @@
                     {% trans "Subscribe to our newsletter" %}
                 </a>
                 {% for link in host_organization.links.all %}
-                    <a class="footer__follow-link {{ link.link_type }}" href="{{ link.url }}" target="_blank" title="{% trans 'Follow us on' %} {{ link.title }}"><i class="fa fa-{{ link.link_type }}{% if link.fa_option %}-{{ link.fa_option }}{% endif %}"></i></a>
+                    <a class="footer__follow-link {{ link.link_type.slug }}" href="{{ link.url }}" target="_blank" title="{% trans 'Follow us on' %} {{ link.title }}"><i class="fa fa-{{ link.link_type.slug }}{% if link.fa_option %}-{{ link.fa_option }}{% endif %}"></i></a>
                 {% endfor %}
             </div>
         </div>