Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Merge pull request #537 from sunu/933387
Browse files Browse the repository at this point in the history
[fix bug 933387] Show event time for multi-day events on small displays.
  • Loading branch information
akatsoulas committed Nov 4, 2013
2 parents 4f8a7dc + b025ef4 commit da59ae3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions remo/events/templates/view_event.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h1 class="event-single-title">{{ event.name }}</h1>
{# Event is multiday #}
<!-- Voting is multiday -->
<div class="large-12 columns">
<div class="large-11 small-12 columns">
<div class="large-11 small-11 columns">
<div class="row">
<div class="large-7 small-6 columns date">
<time datetime="{{ event.local_start }}">
Expand All @@ -112,7 +112,7 @@ <h1 class="event-single-title">{{ event.name }}</h1>
</div>
</div>
</div>
<div class="large-1 hide-for-small columns">
<div class="large-1 small-1 columns">
<div class="tip-bottom"
data-tooltip
data-width="120"
Expand Down

0 comments on commit da59ae3

Please sign in to comment.