forked from bofh/fetsite
fixes for design
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<% unless object.nil? %>
|
||||
<%= calendar object do |entry| %>
|
||||
<%= month_calendar events: object do |date, calentries| %>
|
||||
<%= I18n.l(date,format: "%d") %>
|
||||
<% calentries.each do |entry| %>
|
||||
<div><%= link_to entry.name.to_s, polymorphic_path(entry.object) %></div>
|
||||
<% end %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user