diff --git a/results/index.html b/results/index.html index 2946be8a..ab19f445 100644 --- a/results/index.html +++ b/results/index.html @@ -10,7 +10,7 @@

Прошедшие события

{% for post in paginator.posts %}
-
+
{% if post.image %} {{ post.title }} @@ -35,12 +35,12 @@
{% if paginator.previous_page %}
  • «
  • {% else %} -
  • «
  • +
  • «
  • {% endif %} {% for page in (1..paginator.total_pages) %} {% if page == paginator.page %} -
  • {{ page }}
  • +
  • {{ page }}
  • {% elsif page == 1 %}
  • {{ page }}
  • {% else %} @@ -51,7 +51,7 @@
    {% if paginator.next_page %}
  • »
  • {% else %} -
  • »
  • +
  • »
  • {% endif %}