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

7 lines
285 B
Plaintext
Raw Normal View History

2014-12-16 11:40:15 +00:00
<script type="text/javascript" src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
<%= javascript_include_tag 'fullcalendar' %>
<%= javascript_include_tag 'calendar_frontend' %>
<%= stylesheet_link_tag "fullcalendar"%>
<%= stylesheet_link_tag "calendar"%>
<%= render_view %>