This is another refactoring in the multi-step process to remove all uses
of our custom Render Buffer.
Previous commit: ea6326c860 in this
series.
This commit affects the top menu buttons. It is just a refactor and
should not change any functionality.
7 lines
134 B
Handlebars
7 lines
134 B
Handlebars
<a href={{hrefLink}} class={{activeClass}}>
|
|
{{#if hasIcon}}
|
|
<span class={{content.name}}></span>
|
|
{{/if}}
|
|
{{content.displayName}}
|
|
</a>
|