forked from wallabag/wallabag
Replaced Create new client link with a button
This commit is contained in:
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
<h4>{{ 'developer.clients.title'|trans }}</h4>
|
<h4>{{ 'developer.clients.title'|trans }}</h4>
|
||||||
<ul>
|
<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>
|
</ul>
|
||||||
|
|
||||||
<h4>{{ 'developer.existing_clients.title'|trans }}</h4>
|
<h4>{{ 'developer.existing_clients.title'|trans }}</h4>
|
||||||
|
|||||||
Reference in New Issue
Block a user