Skip to content

Commit

Permalink
Fixes #23527 - enable breadcrumbs switcher in trends
Browse files Browse the repository at this point in the history
  • Loading branch information
amirfefer authored and ohadlevy committed May 9, 2018
1 parent 5bcf89d commit 3324343
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/views/trends/_empty_data.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<% title(_("Trends for %s") % trend_title(@trend)) %>
<% breadcrumbs(switchable: false) %>
<div class="row">
<div class="stats-well col-md-12">
<p><strong><%= _('No data for this trend.') %></strong></p>
Expand Down
1 change: 0 additions & 1 deletion app/views/trends/edit.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<% title _("Edit Trend %s") % @trend.to_label %>
<% breadcrumbs(switchable: false) %>
<div class="col-md-6">
<%= form_tag trend_path, :method => :put do %>
<% if @trend.is_a?(FactTrend) %>
Expand Down
1 change: 0 additions & 1 deletion app/views/trends/show.html.erb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<%= javascript 'charts' %>
<% title(_("Trends for %s") % trend_title(@trend)) %>
<% breadcrumbs(switchable: false) %>
<% content_for(:search_bar) { trend_days_filter } %>
<div class="row">
<div class="stats-well col-md-12">
Expand Down

0 comments on commit 3324343

Please sign in to comment.