updates
This commit is contained in:
@@ -11,7 +11,12 @@
|
||||
</div>
|
||||
<div class="w-full flex-grow flex justify-end">
|
||||
<% todays_events.each do |event| %>
|
||||
<div class="w-2 bg-red-700 cursor-pointer" title="test" data-toggle="tooltip" data-placement="right"></div>
|
||||
<div class="text-xs">
|
||||
<% event.name if event.first_day?(day)%>
|
||||
</div>
|
||||
<div class="w-2 cursor-pointer" style="background-color: #<%=event.color %>;" title="<%= event.name %>" data-toggle="tooltip" data-placement="right">
|
||||
|
||||
</div>
|
||||
<% end %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user