Skip to content

Commit

Permalink
#963 event name on next line
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Sep 6, 2020
1 parent 2eab17f commit 9ce2ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/templates/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<span style="font-size:80%; color:rgb(110,110,110)">
{{humanize(event.Event.Length)}} &nbsp;
</span>
<i class="ion-ios-pricetags-outline"></i>&nbsp; {{event.Event.Name}}
<br/><i class="ion-ios-pricetags-outline"></i>&nbsp; {{event.Event.Name}}

<!-- for largeThumbs show image in this column -->
<div ng-if="loginData.eventViewThumbs!='none' && thumbClass=='large'">
Expand Down

0 comments on commit 9ce2ba2

Please sign in to comment.