mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:42:54 +00:00
frio: line-break for event-owner names in event modals
This commit is contained in:
parent
5205f14aee
commit
3a7062af43
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<div class="event-wrapper">
|
||||
<div class="event">
|
||||
<div class="media">
|
||||
<div class="event-owner pull-left">
|
||||
<div class="event-owner media-left">
|
||||
{{if $event.item.author_name}}
|
||||
<a href="{{$event.item.author_link}}" ><img src="{{$event.item.author_avatar}}" /></a>
|
||||
<a href="{{$event.item.author_link}}" >{{$event.item.author_name}}</a>
|
||||
|
|
Loading…
Reference in a new issue