From 6a361945eaf86a978b82bd6fb3442fe64428d9df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 5 Aug 2013 21:56:32 +0200 Subject: new design, pagination & more --- tpl/view.twig | 46 +++++++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 21 deletions(-) (limited to 'tpl/view.twig') diff --git a/tpl/view.twig b/tpl/view.twig index 692f9555..d0d85f8b 100644 --- a/tpl/view.twig +++ b/tpl/view.twig @@ -1,18 +1,17 @@ {% extends "layout.twig" %} {% block title %}{% trans "home" %}{% endblock %} -{% block messages %} -{% include '_messages.twig' %} -{% endblock %} {% block content %} -
+
-
    -
  • -
  • -
  • -
  • - {% if constant('SHARE_TWITTER') == 1 %}
  • {% endif %} - {% if constant('SHARE_MAIL') == 1 %}
  • {% endif %} +
      +
    • +
    • + +
    • +
    • + {% if constant('SHARE_TWITTER') == 1 %}
    • {% endif %} + {% if constant('SHARE_MAIL') == 1 %}
    • {% endif %} +
@@ -20,17 +19,22 @@
- -
- - -
-
- {% trans "this article appears wrong?" %} {% trans "create an issue" %} {% trans "or" %} {% trans "contact us by mail" %} +
+
    +
  • +
  • +
  • + +
  • +
  • + {% if constant('SHARE_TWITTER') == 1 %}
  • {% endif %} + {% if constant('SHARE_MAIL') == 1 %}
  • {% endif %} + +
+

{% trans "this article appears wrong?" %} {% trans "create an issue" %} {% trans "or" %} {% trans "contact us by mail" %}

{% endblock %} -- cgit v1.2.3