From f1ef5002c2deec756416cf542355cf98c79c5ecb Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Mon, 28 Apr 2014 15:32:10 -0400 Subject: [PATCH] added submodule for fabric --- .gitmodules | 3 +++ app/views/layouts/application.html.erb | 3 ++- app/views/videolistings/show.html.erb | 12 ++++-------- fabfile | 1 + 4 files changed, 10 insertions(+), 9 deletions(-) create mode 100644 .gitmodules create mode 160000 fabfile 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