diff options
author | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2014-06-24 21:05:00 +0200 |
---|---|---|
committer | Klaus Weidenbach <Klaus.Weidenbach@gmx.net> | 2014-06-24 21:05:00 +0200 |
commit | a6403905ef51194c09b5c63983ea9be9455dfc96 (patch) | |
tree | cce100eceb9a3fe56b30f98c727c7d01d405c43a /view/tpl/attach_edit.tpl | |
parent | a2108570c12684f05b31d6c75db96f901391dca5 (diff) | |
download | volse-hubzilla-a6403905ef51194c09b5c63983ea9be9455dfc96.tar.gz volse-hubzilla-a6403905ef51194c09b5c63983ea9be9455dfc96.tar.bz2 volse-hubzilla-a6403905ef51194c09b5c63983ea9be9455dfc96.zip |
Set backlink to the parent folder, not cloud's root.
If you edit a file and click on the backlink you always returned to
the root folder of your cloud. This patch sets the correct parent
folder as backlink.
Bit messy, but looks like it works.
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 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> |