]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Wallabag/CoreBundle/Resources/views/themes/material/Static/howto.html.twig
Handling socials links into a config file
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / material / Static / howto.html.twig
CommitLineData
b7dd5f82
NL
1{% extends "WallabagCoreBundle::layout.html.twig" %}
2
0d42217e 3{% block title %}{{ 'howto.page_title'|trans }}{% endblock %}
b7dd5f82
NL
4
5{% block content %}
6
7 <div class="row">
8 <div class="col s12">
9 <div class="card-panel settings">
0d42217e 10 <p>{{ 'howto.page_description'|trans }}</p>
b7dd5f82
NL
11
12 <div class="row">
b7dd5f82 13
0d42217e
JB
14 <div class="col s12">
15 <a href="{{ path('new') }}">{{ 'howto.form.description'|trans }}</a>
b7dd5f82
NL
16 </div>
17
0d42217e
JB
18 <div class="col s12">
19 <h5>{{ 'howto.top_menu.browser_addons'|trans }}</h5>
b7dd5f82 20 <ul>
39f27d63
S
21 <li><a href="{{ addonsUrl.firefox }}" target="_blank">{{ 'howto.browser_addons.firefox'|trans }}</a></li>
22 <li><a href="{{ addonsUrl.chrome }}" target="_blank">{{ 'howto.browser_addons.chrome'|trans }}</a></li>
b7dd5f82
NL
23 </ul>
24 </div>
25
0d42217e
JB
26 <div class="col s12">
27 <h5>{{ 'howto.top_menu.mobile_apps'|trans }}</h5>
b7dd5f82 28 <ul>
39f27d63
S
29 <li>Android: <a href="{{ addonsUrl.f_droid }}" target="_blank">{{ 'howto.mobile_apps.android.via_f_droid'|trans }}</a> / <a href="{{ addonsUrl.google_play }}" target="_blank">{{ 'howto.mobile_apps.android.via_google_play'|trans }}</a></li>
30 <li>iOS: <a href="{{ addonsUrl.ios }}" target="_blank">{{ 'howto.mobile_apps.ios'|trans }}</a></li>
31 <li>Windows Phone: <a href="{{ addonsUrl.windows }}" target="_blank">{{ 'howto.mobile_apps.windows'|trans }}</a></li>
b7dd5f82
NL
32 </ul>
33 </div>
34
0d42217e
JB
35 <div class="col s12">
36 <h5>{{ 'howto.top_menu.bookmarklet'|trans }}</h5>
37 {{ 'howto.bookmarklet.description'|trans }}
880a0e1c 38 {% include 'WallabagCoreBundle::_bookmarklet.html.twig' %}
b7dd5f82
NL
39 </div>
40
41 </div>
42
43 </div>
44 </div>
45 </div>
46{% endblock %}