]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Replaced Create new client link with a button 3539/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 28 Dec 2017 09:21:28 +0000 (10:21 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Thu, 28 Dec 2017 09:21:28 +0000 (10:21 +0100)
src/Wallabag/CoreBundle/Resources/views/themes/common/Developer/index.html.twig

index 528b055cc04422bfc4444d6e4b43cfdd949f79ad..be04cddb77dd387bd13de30efe6a4c9dda3cce85 100644 (file)
@@ -20,7 +20,7 @@
 
                 <h4>{{ 'developer.clients.title'|trans }}</h4>
                 <ul>
-                    <li><a href="{{ path('developer_create_client') }}">{{ 'developer.clients.create_new'|trans }}</a></li>
+                    <li><a href="{{ path('developer_create_client') }}" class="waves-effect waves-light btn">{{ 'developer.clients.create_new'|trans }}</a></li>
                 </ul>
 
                 <h4>{{ 'developer.existing_clients.title'|trans }}</h4>