]> git.parisson.com Git - mezzo.git/commitdiff
Change the buttons color in the person block
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Fri, 23 Sep 2016 13:41:18 +0000 (15:41 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Fri, 23 Sep 2016 13:41:18 +0000 (15:41 +0200)
app/templates/network/inc/person/list_circle_style.html

index e5a71f3a3005ca6e895cf9c5db2e862c6b671e53..de0911d47ba5eae0ed0f7334e94692d243ca087b 100644 (file)
@@ -60,7 +60,7 @@
                                             <div class="person-list-box__desc">{{ person.bio|richtext_filters|safe }}</div>
                                         {% endif %}
 
-                                        <a href="{{ person.get_absolute_url }}" class="button button--small button--white">{% trans "resume" %}</a>
+                                        <a href="{{ person.get_absolute_url }}" class="button button--small">{% trans "resume" %}</a>
                                         {% 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 }}"></i> {{ link.link_type.name }}</a>