forked from wallabag/wallabag
Fix #1597: first draft to create new client for the API
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
{% extends "WallabagCoreBundle::layout.html.twig" %}
|
||||
|
||||
{% block title %}{% trans %}New client{% endtrans %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
Client ID: {{ client_id }}
|
||||
|
||||
{% endblock %}
|
||||
@ -0,0 +1,9 @@
|
||||
{% extends "WallabagCoreBundle::layout.html.twig" %}
|
||||
|
||||
{% block title %}{% trans %}Developer{% endtrans %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<a href="{{ path('create_client') }}">Create a new client</a>
|
||||
|
||||
{% endblock %}
|
||||
@ -116,6 +116,7 @@
|
||||
<div class="container">
|
||||
<p>{% trans %}powered by{% endtrans %} <a target="_blank" href="https://wallabag.org" class="grey-text text-lighten-4">wallabag</a></p>
|
||||
<a class="grey-text text-lighten-4 right" href="{{ path('about') }}">{% trans %}About{% endtrans %}</a>
|
||||
<a class="grey-text text-lighten-4 right" href="{{ path('developer') }}">{% trans %}Developer{% endtrans %}
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user