Skip to content

Commit

Permalink
#1152
Browse files Browse the repository at this point in the history
  • Loading branch information
pooza committed May 10, 2024
1 parent 490827c commit af2eaf4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions views/calendar.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<% if entry[:today_message] -%>
<%= entry[:today_message] %>
<% end -%>
<% if entry[:all_day] -%>
<% if entry[:start_date] == entry[:end_date] -%>
<%= entry[:start_date].strftime('%m/%d') %>
Expand Down

0 comments on commit af2eaf4

Please sign in to comment.