aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/profile_edit.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-07-03 02:47:36 -0700
committerfriendica <info@friendica.com>2013-07-03 02:47:36 -0700
commitc16b65b5bd7f5a43647523ef9dd351a9edb17fde (patch)
tree8f6e31fa7939c2dde80781fc3683813d2dfc0168 /view/tpl/profile_edit.tpl
parent8369a8a7559391ea6cb2757b5093bcf47aed0ed1 (diff)
downloadvolse-hubzilla-c16b65b5bd7f5a43647523ef9dd351a9edb17fde.tar.gz
volse-hubzilla-c16b65b5bd7f5a43647523ef9dd351a9edb17fde.tar.bz2
volse-hubzilla-c16b65b5bd7f5a43647523ef9dd351a9edb17fde.zip
multi-profiles work
Diffstat (limited to 'view/tpl/profile_edit.tpl')
-rwxr-xr-xview/tpl/profile_edit.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_edit.tpl b/view/tpl/profile_edit.tpl
index 864599244..33cc9b75b 100755
--- a/view/tpl/profile_edit.tpl
+++ b/view/tpl/profile_edit.tpl
@@ -10,7 +10,7 @@
<div id="profile-edit-links">
<ul>
<li><a href="profile_photo" id="profile-photo_upload-link" title="{{$profpic}}">{{$profpic}}</a></li>
-<li><a href="profile/{{$profile_id}}/view?tab=profile" id="profile-edit-view-link" title="{{$viewprof}}">{{$viewprof}}</a></li>
+<li><a href="profile/{{$profile_id}}/view" id="profile-edit-view-link" title="{{$viewprof}}">{{$viewprof}}</a></li>
<li><a href="{{$profile_clone_link}}" id="profile-edit-clone-link" title="{{$cr_prof}}">{{$cl_prof}}</a></li>
<li></li>
<li><a href="{{$profile_drop_link}}" id="profile-edit-drop-link" title="{{$del_prof}}" {{$disabled}} >{{$del_prof}}</a></li>