diff options
Diffstat (limited to 'themes/default/about.twig')
-rwxr-xr-x | themes/default/about.twig | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/themes/default/about.twig b/themes/default/about.twig index bab9b5eb..e0776d9c 100755 --- a/themes/default/about.twig +++ b/themes/default/about.twig | |||
@@ -20,7 +20,7 @@ | |||
20 | <dd><a href="https://github.com/wallabag/wallabag/graphs/contributors">{% trans "on Github" %}</a></dd> | 20 | <dd><a href="https://github.com/wallabag/wallabag/graphs/contributors">{% trans "on Github" %}</a></dd> |
21 | 21 | ||
22 | <dt>{% trans "Bug reports" %}</dt> | 22 | <dt>{% trans "Bug reports" %}</dt> |
23 | <dd><a href="http://support.wallabag.org">{% trans "On our support website" %}</a> {% trans "or" %} <a href="https://github.com/wallabag/wallabag/issues">{% trans "on Github" %}</a></dd> | 23 | <dd><a href="http://support.wallabag.org">{% trans "On our support website" %}</a>{% trans " or " %}<a href="https://github.com/wallabag/wallabag/issues">{% trans "on Github" %}</a></dd> |
24 | 24 | ||
25 | <dt>{% trans "License" %}</dt> | 25 | <dt>{% trans "License" %}</dt> |
26 | <dd><a href="http://en.wikipedia.org/wiki/MIT_License">MIT</a></dd> | 26 | <dd><a href="http://en.wikipedia.org/wiki/MIT_License">MIT</a></dd> |
@@ -29,6 +29,16 @@ | |||
29 | <dd>{{ constant('POCHE') }}</dd> | 29 | <dd>{{ constant('POCHE') }}</dd> |
30 | </dl> | 30 | </dl> |
31 | 31 | ||
32 | <h2>{% trans "Getting help" %}</h2> | ||
33 | |||
34 | <dl> | ||
35 | <dt>{% trans "Documentation" %}</dt> | ||
36 | <dd>{% trans %}<a href="docs/">Offline documentation</a> and <a href="https://doc.wallabag.org/">online documentation</a> (up to date){% endtrans %}</dd> | ||
37 | |||
38 | <dt>{% trans "Support" %}</dt> | ||
39 | <dd><a href="http://support.wallabag.org/">http://support.wallabag.org/</a></dd> | ||
40 | </dl> | ||
41 | |||
32 | <h2>{% trans "Helping wallabag" %}</h2> | 42 | <h2>{% trans "Helping wallabag" %}</h2> |
33 | 43 | ||
34 | <p>{% trans "wallabag is free and opensource. You can help us:" %}</p> | 44 | <p>{% trans "wallabag is free and opensource. You can help us:" %}</p> |