calendar/app/views/calendars/index.html.erb

6 lines
192 B
Plaintext
Raw Normal View History

2014-12-16 11:40:15 +00:00
<%= javascript_include_tag 'fullcalendar' %>
<%= javascript_include_tag 'calendar_frontend' %>
<%= stylesheet_link_tag "fullcalendar"%>
<%= stylesheet_link_tag "calendar"%>
<%= render_view %>