Skip to content

Commit

Permalink
vertical_navbar - a element to use exisitng param, href
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenBW committed Mar 26, 2018
1 parent c724e6b commit 2ba4dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/_vertical_navbar.html.haml
Expand Up @@ -19,7 +19,7 @@
- menu_section.items.each do |menu_item|
- if menu_item.visible? && menu_item.leaf?
%li.list-group-item{:class => item_nav_class(menu_item)}
%a{:href => menu_item.url, :onclick => 'return miqCheckForChanges()'}
%a{:href => menu_item.href, :onclick => 'return miqCheckForChanges()'}
%span.list-group-item-value
= _(menu_item.name)

Expand Down

0 comments on commit 2ba4dd1

Please sign in to comment.