aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/photos_recent.tpl
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2014-09-28 23:14:49 +0200
committermarijus <mario@mariovavti.com>2014-09-28 23:14:49 +0200
commit97c6ba77c7cc09c646be9bb6b74a8d0907d9ecb1 (patch)
tree7a5e21b7b49537cec730b3e8ec9fc936b532c081 /view/tpl/photos_recent.tpl
parentffe6d20dc046fdfe490ba03b93a0bac32af7c4d8 (diff)
downloadvolse-hubzilla-97c6ba77c7cc09c646be9bb6b74a8d0907d9ecb1.tar.gz
volse-hubzilla-97c6ba77c7cc09c646be9bb6b74a8d0907d9ecb1.tar.bz2
volse-hubzilla-97c6ba77c7cc09c646be9bb6b74a8d0907d9ecb1.zip
some more work on photos
Diffstat (limited to 'view/tpl/photos_recent.tpl')
-rwxr-xr-xview/tpl/photos_recent.tpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/tpl/photos_recent.tpl b/view/tpl/photos_recent.tpl
index b4094512c..6b0f555b6 100755
--- a/view/tpl/photos_recent.tpl
+++ b/view/tpl/photos_recent.tpl
@@ -1,5 +1,9 @@
<div class="section-title-wrapper">
- <h3>{{$title}}</h3>
+ {{if $can_post}}
+ <a class="btn btn-xs btn-success pull-right" href="{{$upload.1}}"><i class="icon-upload"></i>&nbsp;{{$upload.0}}</a>
+ {{/if}}
+ <h2>{{$title}}</h2>
+ <div class="clear"></div>
</div>
<div id="photo-album-contents">
{{foreach $photos as $photo}}