aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/picwall.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2020-01-23 22:26:38 +0100
committerArthurHoaro <arthur@hoa.ro>2020-07-23 21:19:21 +0200
commitbee33239ed444f9724422fe5234cd79997500519 (patch)
tree67e8a675d4151ea8561f7f89cf92f8009c2a0f07 /tpl/default/picwall.html
parentb8e3630f2ecd142d397b1b062a346a667bb78595 (diff)
downloadShaarli-bee33239ed444f9724422fe5234cd79997500519.tar.gz
Shaarli-bee33239ed444f9724422fe5234cd79997500519.tar.zst
Shaarli-bee33239ed444f9724422fe5234cd79997500519.zip
Fix all relative link to work with new URL
Diffstat (limited to 'tpl/default/picwall.html')
-rw-r--r--tpl/default/picwall.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/picwall.html b/tpl/default/picwall.html
index 73359949..da5101db 100644
--- a/tpl/default/picwall.html
+++ b/tpl/default/picwall.html
@@ -15,7 +15,7 @@
15 {if="count($linksToDisplay)===0 && $is_logged_in"} 15 {if="count($linksToDisplay)===0 && $is_logged_in"}
16 <div class="pure-g pure-alert pure-alert-warning page-single-alert"> 16 <div class="pure-g pure-alert pure-alert-warning page-single-alert">
17 <div class="pure-u-1 center"> 17 <div class="pure-u-1 center">
18 {'There is no cached thumbnail. Try to <a href="?do=thumbs_update">synchronize them</a>.'|t} 18 {'There is no cached thumbnail. Try to <a href="./?do=thumbs_update">synchronize them</a>.'|t}
19 </div> 19 </div>
20 </div> 20 </div>
21 {/if} 21 {/if}