wallabag a link in wallabag now in default theme, issue #505

This commit is contained in:
Maryana Rozhankivska
2014-03-27 18:21:30 +02:00
parent d607330557
commit e68348f627
8 changed files with 163 additions and 103 deletions

View File

@ -1,6 +1,7 @@
{% extends "layout.twig" %}
{% block title %}{{ entry.title|raw }} ({{ entry.url | e | getDomain }}){% endblock %}
{% block content %}
{% include '_pocheit-form.twig' %}
<div id="article_toolbar">
<ul>
<li><a href="./" title="{% trans "Return home" %}" class="tool back"><span>{% trans "Return home" %}</span></a></li>
@ -55,3 +56,4 @@
});
</script>
{% endblock %}