]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/howto.html.twig
Handling socials links into a config file
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / baggy / 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 %}
0d42217e 6 <h2>{{ 'howto.page_title'|trans }}</h2>
b7dd5f82 7
0d42217e 8 <p>{{ 'howto.page_description'|trans }}</p>
b7dd5f82 9 <ul>
0d42217e 10 <li><a href="{{ path('new') }}">{{ 'howto.form.description'|trans }}</a></li>
b7dd5f82 11 </ul>
0d42217e 12 <h3>{{ 'howto.top_menu.browser_addons'|trans }}</h3>
b7dd5f82 13 <ul>
39f27d63
S
14 <li><a href="{{ addonsUrl.firefox }}" target="_blank">{{ 'howto.browser_addons.firefox'|trans }}</a></li>
15 <li><a href="{{ addonsUrl.chrome }}" target="_blank">{{ 'howto.browser_addons.chrome'|trans }}</a></li>
b7dd5f82 16 </ul>
0d42217e 17 <h3>{{ 'howto.top_menu.mobile_apps'|trans }}</h3>
b7dd5f82 18 <ul>
39f27d63
S
19 <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>
20 <li>iOS: <a href="{{ addonsUrl.ios }}" target="_blank">{{ 'howto.mobile_apps.ios'|trans }}</a></li>
21 <li>Windows Phone: <a href="{{ addonsUrl.windows }}" target="_blank">{{ 'howto.mobile_apps.windows'|trans }}</a></li>
b7dd5f82 22 </ul>
0d42217e 23 <h3>{{ 'howto.top_menu.bookmarklet'|trans }}</h3>
b7dd5f82 24 <p>
0d42217e 25 {{ 'howto.bookmarklet.description'|trans }}
880a0e1c 26 {% include 'WallabagCoreBundle::_bookmarklet.html.twig' %}
b7dd5f82
NL
27
28{% endblock %}