diff options
author | RedMatrix <info@friendica.com> | 2014-06-25 08:38:54 +1000 |
---|---|---|
committer | RedMatrix <info@friendica.com> | 2014-06-25 08:38:54 +1000 |
commit | 44abcd83b34611ca0857cd37c76aa06742e0bd54 (patch) | |
tree | 19084efb8cc9023eea10b750af9fc7db8b64e851 /view | |
parent | fa1dc7aba2cc5bd4a37e1ab74c971d2d3afacf01 (diff) | |
parent | a6403905ef51194c09b5c63983ea9be9455dfc96 (diff) | |
download | volse-hubzilla-44abcd83b34611ca0857cd37c76aa06742e0bd54.tar.gz volse-hubzilla-44abcd83b34611ca0857cd37c76aa06742e0bd54.tar.bz2 volse-hubzilla-44abcd83b34611ca0857cd37c76aa06742e0bd54.zip |
Merge pull request #506 from dawnbreak/master
Set backlink to the parent folder, not cloud's root.
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 0d3d2c571..e91b4c0c6 100644 --- a/view/tpl/attach_edit.tpl +++ b/view/tpl/attach_edit.tpl @@ -1,4 +1,4 @@ -<div id="attach-edit-backlink">< <a href="cloud/{{$channelnick}}">{{$backlink}}</a></div> +<div id="attach-edit-backlink">< <a href="{{$parentpath}}">{{$backlink}}</a></div> <h1>{{$header}}</h1> |