Skip to content

Commit

Permalink
COED
Browse files Browse the repository at this point in the history
  • Loading branch information
colmexdev committed Mar 6, 2019
1 parent 7839c24 commit 1033189
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'coffee-rails', '~> 4.1.0'
# Use jquery as the JavaScript library
gem 'jquery-rails'
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks'
#gem 'turbolinks'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
gem 'jbuilder', '~> 2.0'
# bundle exec rake doc:rails generates the API under doc/api.
Expand Down
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,6 @@ GEM
tilt (2.0.5)
trix (0.11.0)
rails (> 4.1, < 5.2)
turbolinks (5.0.1)
turbolinks-source (~> 5)
turbolinks-source (5.0.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
uglifier (3.0.4)
Expand Down Expand Up @@ -245,7 +242,6 @@ DEPENDENCIES
sdoc (~> 0.4.0)
spring
trix
turbolinks
uglifier (>= 1.3.0)
web-console (~> 2.0)
yt (~> 0.28.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile~
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gem 'remotipart'
gem 'font-awesome-sass', '~> 4.7.0'
gem 'paperclip'

gem 'aouth2'
gem 'oauth2'

# Use ActiveModel has_secure_password
# gem 'bcrypt', '~> 3.1.7'
Expand Down
1 change: 0 additions & 1 deletion app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
//= require jquery
//= require jquery_ujs
//= require jquery.remotipart
//= require turbolinks
//= require bootstrap-sprockets
//= require sect_template
//= require videos
Expand Down
1 change: 1 addition & 0 deletions app/assets/javascripts/application.js~
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
//= require jquery.remotipart
//= require turbolinks
//= require bootstrap-sprockets
//= require sect_template
//= require videos
//= require principal
//= require ajax
Expand Down
6 changes: 3 additions & 3 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Videos</title>
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
<title><%= (@title || "") + "Coordinación de Educación Digital" %></title>
<%= stylesheet_link_tag 'application', media: 'all' %>
<%= javascript_include_tag 'application' %>
<%= csrf_meta_tags %>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<script src="/js/jquery.nicescroll.min.js"></script>
Expand Down
2 changes: 2 additions & 0 deletions app/views/layouts/application.html.erb~
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
$("html").niceScroll({cursorcolor: "#CCCCCC", cursorwidth: "8px"});
$("#produccion-digital").niceScroll({cursorcolor: "#CCCCCC", cursorwidth: "8px"});
$("#tecnologia-educativa").niceScroll({cursorcolor: "#CCCCCC", cursorwidth: "8px"});
$("#digital-design").niceScroll({cursorcolor: "#CCCCCC", cursorwidth: "8px"});
$("#coordinacion").niceScroll({cursorcolor: "#CCCCCC", cursorwidth: "8px"});
});
</script>
</body>
Expand Down

0 comments on commit 1033189

Please sign in to comment.