Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
ok... that kind of fixes the issue @jglovier?
Browse files Browse the repository at this point in the history
  • Loading branch information
tangollama committed Jul 8, 2015
1 parent d8ef551 commit 7c63ad0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/templates/components/nav-menu.hbs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{{log this}}
{{#if show}}
<div class="category-title" {{action 'toggleContent'}}>
{{#link-to nav.route class="primary-section-link nav-link"}}
{{#link-to nav.route class="primary-section-link nav-link"}}
<div class="category-title" {{action 'toggleContent'}}>
<span {{bind-attr class=":mega-octicon nav.iconClass"}}></span>{{nav.title}}
{{/link-to}}
</div>
{{/link-to}}
{{#if isShowing }}
<div class="category-sub-items">
{{#each nav.subnav}}
Expand Down

1 comment on commit 7c63ad0

@jglovier
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, but I think just reworking the styles will be best here. Just pushed this in 84b91ac. ✨

Please sign in to comment.