diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2017-12-28 11:12:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-28 11:12:06 +0100 |
commit | 2679eb9d844379b65cd126975ef2d3625d39081f (patch) | |
tree | 267565a23286b5cfb8e6dbe175097fd8b006f33c /src/Wallabag | |
parent | 3473e600b1d0ae0695b8c15342a6a1f76e2bc973 (diff) | |
parent | 8fa6d6219745ca5a00c1dd06933afc19a3364aca (diff) | |
download | wallabag-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
Diffstat (limited to 'src/Wallabag')
-rw-r--r-- | src/Wallabag/CoreBundle/Resources/views/themes/common/Developer/index.html.twig | 2 |
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> |