]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #3539 from wallabag/wallabag/new-client-button
authorNicolas LÅ“uillet <nicolas@loeuillet.org>
Thu, 28 Dec 2017 10:12:06 +0000 (11:12 +0100)
committerGitHub <noreply@github.com>
Thu, 28 Dec 2017 10:12:06 +0000 (11:12 +0100)
Replaced Create new client link with a button

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>