aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/profile_listing_header.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-30 15:41:42 -0800
committerfriendica <info@friendica.com>2013-12-30 15:41:42 -0800
commit4c541bb680823b7488a2614b5ef0231ad38b42c8 (patch)
tree7a286e9451d58d299d9cee2183ff4ee2398fb371 /view/tpl/profile_listing_header.tpl
parent0dd7d936744cccfac4228cabecddc59ce05eb26c (diff)
downloadvolse-hubzilla-4c541bb680823b7488a2614b5ef0231ad38b42c8.tar.gz
volse-hubzilla-4c541bb680823b7488a2614b5ef0231ad38b42c8.tar.bz2
volse-hubzilla-4c541bb680823b7488a2614b5ef0231ad38b42c8.zip
expose profile things in the UI
Diffstat (limited to 'view/tpl/profile_listing_header.tpl')
-rwxr-xr-xview/tpl/profile_listing_header.tpl5
1 files changed, 4 insertions, 1 deletions
diff --git a/view/tpl/profile_listing_header.tpl b/view/tpl/profile_listing_header.tpl
index b771a1ea2..856d689f1 100755
--- a/view/tpl/profile_listing_header.tpl
+++ b/view/tpl/profile_listing_header.tpl
@@ -2,7 +2,10 @@
<p id="profile-listing-desc" class="button" >
<a href="profile_photo" >{{$chg_photo}}</a>
</p>
-<div id="profile-listing-new-link-wrapper" class="button" >
+<p id="profile-stuff-link" class="button">
+<a href="thing" title="{{$stuff_desc}}">{{$addstuff}}</a>
+</p>
+<p id="profile-listing-new-link-wrapper" class="button" >
<a href="{{$cr_new_link}}" id="profile-listing-new-link" title="{{$cr_new}}" >{{$cr_new}}</a>
</div>