Upgrade to new jquery ui system
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
log/*.log
|
||||
pkg/
|
||||
*.swp
|
||||
.DS_Store
|
||||
spec/dummy/db/*.sqlite3
|
||||
spec/dummy/log/*.log
|
||||
spec/dummy/tmp/
|
||||
|
||||
Vendored
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user