diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-02-01 12:27:34 +0100 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-02-01 12:27:34 +0100 |
commit | 23423f8d69722ae7135d3a78dfe97569dfc1776a (patch) | |
tree | 99f09cb236f661da2ad7f746826f139123f416cd /themes | |
parent | fae15c9f84394f905e5237a1afc10364aeb42dd0 (diff) | |
download | wallabag-23423f8d69722ae7135d3a78dfe97569dfc1776a.tar.gz wallabag-23423f8d69722ae7135d3a78dfe97569dfc1776a.tar.zst wallabag-23423f8d69722ae7135d3a78dfe97569dfc1776a.zip |
fixed random on default theme
Diffstat (limited to 'themes')
-rwxr-xr-x | themes/default/home.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/home.twig b/themes/default/home.twig index abc96af8..8fe56397 100755 --- a/themes/default/home.twig +++ b/themes/default/home.twig | |||
@@ -32,7 +32,7 @@ | |||
32 | {% if nb_results > 1 %} | 32 | {% if nb_results > 1 %} |
33 | <div class="results"> | 33 | <div class="results"> |
34 | <div class="nb-results">{{ nb_results }} {% trans "results" %}{% if searchterm is defined %}{% trans " found for « " %} {{ searchterm }} »{% endif %} | 34 | <div class="nb-results">{{ nb_results }} {% trans "results" %}{% if searchterm is defined %}{% trans " found for « " %} {{ searchterm }} »{% endif %} |
35 | <a class="random" href="?view=view&id={{ random }}"><span>{% trans "random" %}</span></a></div> | 35 | <a class="random" href="?action=random"><span>{% trans "random" %}</span></a></div> |
36 | {{ page_links | raw }} | 36 | {{ page_links | raw }} |
37 | </div> | 37 | </div> |
38 | {% elseif nb_results == 1 %} | 38 | {% elseif nb_results == 1 %} |