diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-06-01 20:59:28 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-06-01 20:59:28 +0200 |
commit | 56f0244360462d96e2737ca4407feb7909c170d8 (patch) | |
tree | 8ed7a2f245153105223eacd254c4a31d5f021009 /view/tpl/profile_vcard.tpl | |
parent | 60a7e68b1b39ad24ec3978724fd166539d08d679 (diff) | |
download | volse-hubzilla-56f0244360462d96e2737ca4407feb7909c170d8.tar.gz volse-hubzilla-56f0244360462d96e2737ca4407feb7909c170d8.tar.bz2 volse-hubzilla-56f0244360462d96e2737ca4407feb7909c170d8.zip |
fixes for css fix
Diffstat (limited to 'view/tpl/profile_vcard.tpl')
-rwxr-xr-x | view/tpl/profile_vcard.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 07e6dcc0a..262bf257f 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -11,7 +11,7 @@ <a class="dropdown-toggle" data-toggle="dropdown" href="#" ><i class="fa fa-pencil" title="{{$editmenu.edit.1}}"></i></a> <div class="dropdown-menu dropdown-menu-right" role="menu"> {{foreach $editmenu.menu.entries as $e}} - <a href="profiles/{{$e.id}}" class="dropdown-item"><img class="menu-img-1" src='{{$e.photo}}'>{{$e.profile_name}}</a> + <a href="profiles/{{$e.id}}" class="dropdown-item"><img class="menu-img-1" src='{{$e.photo}}'> {{$e.profile_name}}</a> {{/foreach}} <a href="profile_photo" class="dropdown-item">{{$editmenu.menu.chg_photo}}</a> {{if $editmenu.menu.cr_new}}<a href="profiles/new" id="profile-listing-new-link" class="dropdown-item">{{$editmenu.menu.cr_new}}</a>{{/if}} |