Upgrade to new jquery ui system

This commit is contained in:
2013-07-15 00:31:58 +02:00
parent 370aa0369e
commit 00e13937ba
5 changed files with 3 additions and 2 deletions
+1
View File
@@ -2,6 +2,7 @@
log/*.log
pkg/
*.swp
.DS_Store
spec/dummy/db/*.sqlite3
spec/dummy/log/*.log
spec/dummy/tmp/
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -12,7 +12,7 @@
//
//= require jquery
//= require jquery_ujs
//= require jquery-ui
//= require jquery.ui.all
//= require bootstrap
//= require tinymce-jquery
//= require_directory .
@@ -16,7 +16,7 @@ module Cmtool
if respond_to? :authorize_cmtool, true
authorize_cmtool
else
render text: 'Please define authorize_cmtool in your application controller. This area needs to be secured!', status: 403
render text: 'Please define authorize_cmtool in your application controller. This area needs to be secured!<br/>Visit<a href="https://github.com/bterkuile/cmtool">GitHub</a> for more info', status: 403
end
end