Skip to content

Commit

Permalink
Clear breadcrumbs before displaying about page
Browse files Browse the repository at this point in the history
  • Loading branch information
hayesr committed Dec 13, 2016
1 parent 44dfbf8 commit c846122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/support_controller.rb
Expand Up @@ -19,6 +19,7 @@ def show
def about
# @tabs ||= [ ["1", ""] ]
# @tabs.push( ["1", "Help"] )
@breadcrumbs = []
@vmdb = {:version => Vmdb::Appliance.VERSION, :build => Vmdb::Appliance.BUILD}
@user_role = User.current_user.miq_user_role_name
@pdf_documents = pdf_documents
Expand Down

0 comments on commit c846122

Please sign in to comment.