From ec4c978a5bc16c7c05e5efa78b16b86ead3401ff Mon Sep 17 00:00:00 2001 From: Lee Lawlor Date: Wed, 11 Feb 2015 09:16:48 -0500 Subject: [PATCH] updates from Production --- app/views/channels/_breadcrumb.html.erb | 7 +++++++ app/views/channels/private_show.html.erb | 12 +----------- app/views/channels/public_show.html.erb | 12 +----------- 3 files changed, 9 insertions(+), 22 deletions(-) create mode 100644 app/views/channels/_breadcrumb.html.erb diff --git a/app/views/channels/_breadcrumb.html.erb b/app/views/channels/_breadcrumb.html.erb new file mode 100644 index 0000000..c0ada4d --- /dev/null +++ b/app/views/channels/_breadcrumb.html.erb @@ -0,0 +1,7 @@ +
+ +
diff --git a/app/views/channels/private_show.html.erb b/app/views/channels/private_show.html.erb index b7a658b..06823a9 100644 --- a/app/views/channels/private_show.html.erb +++ b/app/views/channels/private_show.html.erb @@ -1,15 +1,6 @@ <%= render :partial => "devinfo" %> <%= render :partial => "addportlet" %> - -
- - - -
- +<%= render :partial => "breadcrumb" %> <%= render :partial => "socialbuttons" %>
@@ -126,4 +117,3 @@ $(document).on('page:load ready', function() { }); - diff --git a/app/views/channels/public_show.html.erb b/app/views/channels/public_show.html.erb index ff90a10..152fabb 100644 --- a/app/views/channels/public_show.html.erb +++ b/app/views/channels/public_show.html.erb @@ -1,14 +1,5 @@ <%= render :partial => "devinfo" %> - -
- - - -
- +<%= render :partial => "breadcrumb" %> <%= render :partial=>"socialbuttons" %>
@@ -87,4 +78,3 @@ $(document).on('page:load ready', function() { }); -