Skip to content

Commit

Permalink
feat: Apply the allday template (fix #5)
Browse files Browse the repository at this point in the history
the template on more layer in monthly view
  • Loading branch information
Dongsik Yoo committed Feb 19, 2018
1 parent e870c6f commit a490c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/view/month/more.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{{#fi model.isAllDay '||' hasMultiDates ~}}
<div data-id="{{stamp model}}"
data-schedule-id="{{model.id}}" data-calendar-id="{{model.calendarId}}"
class="{{CSS_PREFIX}}month-more-schedule {{CSS_PREFIX}}month-more-allday"
class="{{CSS_PREFIX}}month-more-schedule {{CSS_PREFIX}}month-more-allday {{CSS_PREFIX}}weekday-schedule-title"
style="
{{#if model.isFocused}}
color: #ffffff; background-color:{{model.color}}; border-left:3px solid {{model.borderColor}};
Expand All @@ -17,7 +17,7 @@
{{/if}}
{{model.customStyle}}">
{{model.title}}
{{{allday-tmpl model}}}
</div>
{{else}}
<div data-id="{{stamp model}}"
Expand Down

0 comments on commit a490c79

Please sign in to comment.