]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/picwall.html
Fix all relative link to work with new URL
[github/shaarli/Shaarli.git] / tpl / default / picwall.html
index 73359949ce433cb96dc0e6510c56e6e22933602c..da5101db644abd18c5996d9ed961d76188520f96 100644 (file)
@@ -15,7 +15,7 @@
   {if="count($linksToDisplay)===0 && $is_logged_in"}
     <div class="pure-g pure-alert pure-alert-warning page-single-alert">
       <div class="pure-u-1 center">
-        {'There is no cached thumbnail. Try to <a href="?do=thumbs_update">synchronize them</a>.'|t}
+        {'There is no cached thumbnail. Try to <a href="./?do=thumbs_update">synchronize them</a>.'|t}
       </div>
     </div>
   {/if}