aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2016-02-16 13:49:25 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-02-29 21:28:25 +0100
commitabc329453be6381bcf4d1b0dfd9f698312ed3b16 (patch)
treec4e93bfd9d22223f64b810d7d04f099eb833ed5a /src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.html.twig
parent6a2c524a2cee02a0e053574155f173147cd3c870 (diff)
downloadwallabag-abc329453be6381bcf4d1b0dfd9f698312ed3b16.tar.gz
wallabag-abc329453be6381bcf4d1b0dfd9f698312ed3b16.tar.zst
wallabag-abc329453be6381bcf4d1b0dfd9f698312ed3b16.zip
Enhance documentation and create a form to create a new client
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.html.twig12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.html.twig
index 3507b654..b983883f 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.html.twig
@@ -8,18 +8,18 @@
8 <div class="card-panel settings"> 8 <div class="card-panel settings">
9 9
10 <div class="row"> 10 <div class="row">
11 <h3>Welcome to the wallabag API</h3> 11 <h3>{% trans %}Welcome to the wallabag API{% endtrans %}</h3>
12 12
13 <h4>Documentation</h4> 13 <h4>{% trans %}Documentation{% endtrans %}</h4>
14 14
15 <ul> 15 <ul>
16 <li><a href="{{ path('howto-firstapp') }}">How to create my first application</a></li> 16 <li><a href="{{ path('howto-firstapp') }}">{% trans %}How to create my first application{% endtrans %}</a></li>
17 <li><a href="{{ path('nelmio_api_doc_index') }}">View full API documentation</a></li> 17 <li><a href="{{ path('nelmio_api_doc_index') }}">{% trans %}View full API documentation{% endtrans %}</a></li>
18 </ul> 18 </ul>
19 19
20 <h4>My clients</h4> 20 <h4>{% trans %}Clients{% endtrans %}</h4>
21 <ul> 21 <ul>
22 <li><a href="{{ path('create_client') }}">Create a new client</a></li> 22 <li><a href="{{ path('create_client') }}">{% trans %}Create a new client{% endtrans %}</a></li>
23 </ul> 23 </ul>
24 24
25 </div> 25 </div>