]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
fix #1315
authorThomas Citharel <tcit@tcit.fr>
Tue, 11 Aug 2015 08:53:15 +0000 (10:53 +0200)
committerThomas Citharel <tcit@tcit.fr>
Tue, 11 Aug 2015 08:53:15 +0000 (10:53 +0200)
themes/baggy/home.twig
themes/default/home.twig

index e1b78a26fb85b947fa8ee65ae5316f2a44be7584..9518332f009f4642b8f04257b143fddd660a86a1 100755 (executable)
@@ -47,7 +47,7 @@
                         {{ nb_results }} {% trans "articles" %}
                     {% endif %}
                     {% if view == 'home' or view == 'fav' or view == 'archive' %}
-                    <a href="?action=random&amp;view={{ view }}" class="icon icon-random"><span> {% trans "random" %}</span></a>{% endif %}
+                    <a href="?action=random&amp;view={{ view }}" title="{% trans "random" %}" class="icon icon-random"><span> {% trans "random" %}</span></a>{% endif %}
                     </div>
                         {{ page_links | raw }}
                 </div>
index a320cc7f0433c5d5062142e128ce723c27b2038a..08e33fadab1ebe31c0490ef3b6802376a3b4f243 100755 (executable)
@@ -52,7 +52,7 @@
                         {{ nb_results }} {% trans "articles" %}
                     {% endif %}
                     {% if view == 'home' or view == 'fav' or view == 'archive' %}
-                    <a href="?action=random&amp;view={{ view }}" class="icon icon-random"><span> {% trans "random" %}</span></a>{% endif %}
+                    <a href="?action=random&amp;view={{ view }}" title="{% trans "random" %}" class="icon icon-random"><span> {% trans "random" %}</span></a>{% endif %}
                     </div>
                         {{ page_links | raw }}
                 </div>