diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-11-25 22:55:07 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-11-25 22:55:07 +0100 |
commit | 3ea84d7eab20947ac52dc7e6c205252f0a76c047 (patch) | |
tree | 9cb7c69c30fd108deb2f700fe5a88d24dba3d194 /view/tpl | |
parent | a80c45940e14d75ef91b39e62d8aab9e2efc01cc (diff) | |
download | volse-hubzilla-3ea84d7eab20947ac52dc7e6c205252f0a76c047.tar.gz volse-hubzilla-3ea84d7eab20947ac52dc7e6c205252f0a76c047.tar.bz2 volse-hubzilla-3ea84d7eab20947ac52dc7e6c205252f0a76c047.zip |
some basic event styling
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/event.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/event.tpl b/view/tpl/event.tpl index c1793c3e7..3fc2063ef 100755 --- a/view/tpl/event.tpl +++ b/view/tpl/event.tpl @@ -2,7 +2,7 @@ <div class="event-wrapper"> <div class="event"> <div class="event-owner"> - {{if $event.item.author.xchan_name}}<a href="{{$event.item.author.xchan_url}}" ><img src="{{$event.item.author.xchan_photo_s}}" height="64" width="64" />{{$event.item.author.xchan_name}}</a>{{/if}} + {{if $event.item.author.xchan_name}}<a href="{{$event.item.author.xchan_url}}" ><img src="{{$event.item.author.xchan_photo_s}}">{{$event.item.author.xchan_name}}</a>{{/if}} </div> {{$event.html}} <div class="event-buttons"> |