This commit is contained in:
Artem Chernikov 2014-08-01 11:50:37 +00:00
commit 6b77dd0bbe
6 changed files with 23 additions and 16 deletions

View file

@ -9,9 +9,7 @@
//
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
// GO AFTER THE REQUIRES BELOW.
//
//= require jquery
//= require jquery.ui.all
//= require jquery_ujs
//= require jquery-fileupload
//= require jquery-ui-timepicker-addon

View file

@ -5,9 +5,11 @@
%title= content_for?(:title) ? yield(:title) : "OSEM"
%meta{:content => "", :name => "description"}
%meta{:content => "", :name => "author"}
= jquery_include_tag :google
= jquery_ui_include_tag :google
= javascript_include_tag "application"
= stylesheet_link_tag "application", :media => "all"
= stylesheet_link_tag "splash" if content_for :splash
= javascript_include_tag "application"
= csrf_meta_tags
:javascript
$(function() {