diff options
author | RedMatrix <info@friendica.com> | 2014-06-24 21:32:31 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-06-24 21:32:31 +1000 |
commit | a92fb0b04c3e6474ec48faf8e4cc65c382e89d66 (patch) | |
tree | d47a527d6e537ac94eed911afee6056fa1005d92 /view/tpl/attach_edit.tpl | |
parent | b2b47dcd7ca823bacd5d223666c8603d099116ec (diff) | |
parent | 4c78c3bdee5ac6c70f4de7886734e6ef06b37a26 (diff) | |
download | volse-hubzilla-a92fb0b04c3e6474ec48faf8e4cc65c382e89d66.tar.gz volse-hubzilla-a92fb0b04c3e6474ec48faf8e4cc65c382e89d66.tar.bz2 volse-hubzilla-a92fb0b04c3e6474ec48faf8e4cc65c382e89d66.zip |
Merge pull request #503 from tuscanhobbit/master
Fixes to links and forward URLs in filestorage
Diffstat (limited to 'view/tpl/attach_edit.tpl')
-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> |