Merge pull request #3539 from wallabag/wallabag/new-client-button

Replaced Create new client link with a button
This commit is contained in:
Nicolas Lœuillet 2017-12-28 11:12:06 +01:00 committed by GitHub
commit 2679eb9d84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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>