diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ee99f33 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "fabfile"] + path = fabfile + url = git://github.com/propelmarketing/fabfile.git diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 7246e2e..fdb26dd 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -5,7 +5,6 @@ <%= title %> <%= stylesheet_link_tag :application, :media => 'all' %> - <%= yield :js_head %> <%= csrf_meta_tags %> @@ -15,5 +14,7 @@ <%= yield %> <%= render 'javascript' %> + <%= yield :js_foot %> + diff --git a/app/views/videolistings/show.html.erb b/app/views/videolistings/show.html.erb index 8106235..69a6277 100644 --- a/app/views/videolistings/show.html.erb +++ b/app/views/videolistings/show.html.erb @@ -13,8 +13,9 @@
  • Video Code

    Here is the video code: -
    @@ -31,15 +32,10 @@ -<% content_for :js_head do %> +<% content_for :js_foot do %> diff --git a/fabfile b/fabfile new file mode 160000 index 0000000..006ab46 --- /dev/null +++ b/fabfile @@ -0,0 +1 @@ +Subproject commit 006ab4636969d4bef62bb4379a80b457c4e36f7b