Skip to content

Commit

Permalink
Merge pull request ManageIQ#5639 from skateman/timeline-listnav
Browse files Browse the repository at this point in the history
Drop the timeline listnav decision logic for dashboard/timelines
  • Loading branch information
h-kataria committed May 30, 2019
2 parents fc34cc4 + f5d1d7c commit 1937518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/application_helper/listnav.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def render_listnav_filename
elsif @explorer
"explorer"
elsif @layout == "timeline"
controller.controller_name == "dashboard" ? "timeline" : controller.controller_name
controller.controller_name
elsif common_layouts.include?(@layout)
@layout
end
Expand Down

0 comments on commit 1937518

Please sign in to comment.