updates from Production
This commit is contained in:
parent
2a507428cf
commit
ec4c978a5b
7
app/views/channels/_breadcrumb.html.erb
Normal file
7
app/views/channels/_breadcrumb.html.erb
Normal file
@ -0,0 +1,7 @@
|
||||
<div class="col-xs-12 col-sm-6">
|
||||
<ol class="breadcrumb">
|
||||
<%# g1199258 %>
|
||||
<li><%= link_to t(:channels), auth_channels_path %></li>
|
||||
<li class="active"><%= @channel.name %></li>
|
||||
</ol>
|
||||
</div>
|
@ -1,15 +1,6 @@
|
||||
<%= render :partial => "devinfo" %>
|
||||
<%= render :partial => "addportlet" %>
|
||||
|
||||
<div class="col-xs-12 col-sm-6">
|
||||
|
||||
<ol class="breadcrumb">
|
||||
<li><%= link_to t(:channels), channels_path %></li>
|
||||
<li class="active"><%= t(:channel) %> <%= @channel.id %></li>
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
<%= render :partial => "breadcrumb" %>
|
||||
<%= render :partial => "socialbuttons" %>
|
||||
|
||||
<div id="maincontent_nowidth" class="col-xs-12 col-sm-12">
|
||||
@ -126,4 +117,3 @@ $(document).on('page:load ready', function() {
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
|
@ -1,14 +1,5 @@
|
||||
<%= render :partial => "devinfo" %>
|
||||
|
||||
<div class="col-xs-12 col-sm-6">
|
||||
|
||||
<ol class="breadcrumb">
|
||||
<li><%= link_to t(:channels), auth_channels_path %></li>
|
||||
<li class="active"><%= t(:channel) %> <%= @channel.id %></li>
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
|
||||
<%= render :partial => "breadcrumb" %>
|
||||
<%= render :partial=>"socialbuttons" %>
|
||||
|
||||
<div id="maincontent_nowidth" class="col-xs-12 col-sm-12">
|
||||
@ -87,4 +78,3 @@ $(document).on('page:load ready', function() {
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user