diff options
author | tuscanhobbit <tuscanhobbit@users.noreply.github.com> | 2014-06-24 12:05:11 +0200 |
---|---|---|
committer | tuscanhobbit <tuscanhobbit@users.noreply.github.com> | 2014-06-24 12:05:11 +0200 |
commit | cc4001fce7934b49e6e7888a602b9bb9c33cf37f (patch) | |
tree | 91f7e332149b40fd872ce66c742ca158190e80ba /view | |
parent | b2b47dcd7ca823bacd5d223666c8603d099116ec (diff) | |
download | volse-hubzilla-cc4001fce7934b49e6e7888a602b9bb9c33cf37f.tar.gz volse-hubzilla-cc4001fce7934b49e6e7888a602b9bb9c33cf37f.tar.bz2 volse-hubzilla-cc4001fce7934b49e6e7888a602b9bb9c33cf37f.zip |
Fixes to links and forward URLs in filestorage
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/attach_edit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/attach_edit.tpl b/view/tpl/attach_edit.tpl index 68b44c65c..0d3d2c571 100644 --- a/view/tpl/attach_edit.tpl +++ b/view/tpl/attach_edit.tpl @@ -1,4 +1,4 @@ -<div id="attach-edit-backlink">< <a href="filestorage/{{$channelnick}}">{{$backlink}}</a></div> +<div id="attach-edit-backlink">< <a href="cloud/{{$channelnick}}">{{$backlink}}</a></div> <h1>{{$header}}</h1> |