]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #205 from NumEricR/less-is-more
authorNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Mon, 9 Sep 2013 12:01:58 +0000 (05:01 -0700)
committerNicolas Lœuillet <nicolas.loeuillet@gmail.com>
Mon, 9 Sep 2013 12:01:58 +0000 (05:01 -0700)
Less is more :-)

1  2 
tpl/css/style.css
tpl/home.twig

Simple merge
diff --cc tpl/home.twig
index db4e0888e29966b53ee2d321b35f46df2ab49c07,f44e040e1e3881db6e176f5d9153dad1bad1ad39..771c36c5b36a144f90ed4a2557ccf848872998d3
                  <li><a href="./?sort=ia&amp;view={{ view }}"><img src="./tpl/img/{{ constant('THEME') }}/top.png" alt="{% trans "by date asc" %}" title="{% trans "by date asc" %}" /></a> {% trans "by date" %} <a href="./?sort=id&amp;view={{ view }}"><img src="./tpl/img/{{ constant('THEME') }}/down.png" alt="{% trans "by date desc" %}" title="{% trans "by date desc" %}" /></a></li>
                  <li><a href="./?sort=ta&amp;view={{ view }}"><img src="./tpl/img/{{ constant('THEME') }}/top.png" alt="{% trans "by title asc" %}" title="{% trans "by title asc" %}" /></a> {% trans "by title" %} <a href="./?sort=td&amp;view={{ view }}"><img src="./tpl/img/{{ constant('THEME') }}/down.png" alt="{% trans "by title desc" %}" title="{% trans "by title desc" %}" /></a></li>
              </ul>
+             {% endif %}
  {% endblock %}
  {% block content %}
 -            {{ page_links | raw }}
              {% if entries is empty %}
              <div class="messages warning"><p>{% trans "No link available here!" %}</p></div>
              {% else %}