aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-12-28 11:12:06 +0100
committerGitHub <noreply@github.com>2017-12-28 11:12:06 +0100
commit2679eb9d844379b65cd126975ef2d3625d39081f (patch)
tree267565a23286b5cfb8e6dbe175097fd8b006f33c
parent3473e600b1d0ae0695b8c15342a6a1f76e2bc973 (diff)
parent8fa6d6219745ca5a00c1dd06933afc19a3364aca (diff)
downloadwallabag-2679eb9d844379b65cd126975ef2d3625d39081f.tar.gz
wallabag-2679eb9d844379b65cd126975ef2d3625d39081f.tar.zst
wallabag-2679eb9d844379b65cd126975ef2d3625d39081f.zip
Merge pull request #3539 from wallabag/wallabag/new-client-button
Replaced Create new client link with a button
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/common/Developer/index.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Developer/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Developer/index.html.twig
index 528b055c..be04cddb 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/common/Developer/index.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Developer/index.html.twig
@@ -20,7 +20,7 @@
20 20
21 <h4>{{ 'developer.clients.title'|trans }}</h4> 21 <h4>{{ 'developer.clients.title'|trans }}</h4>
22 <ul> 22 <ul>
23 <li><a href="{{ path('developer_create_client') }}">{{ 'developer.clients.create_new'|trans }}</a></li> 23 <li><a href="{{ path('developer_create_client') }}" class="waves-effect waves-light btn">{{ 'developer.clients.create_new'|trans }}</a></li>
24 </ul> 24 </ul>
25 25
26 <h4>{{ 'developer.existing_clients.title'|trans }}</h4> 26 <h4>{{ 'developer.existing_clients.title'|trans }}</h4>