Skip to content
Snippets Groups Projects
Commit e4f7bf25 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Fixed bug in improved flat_navigation.mustache.

parent dc95ac47
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ Changes ...@@ -6,6 +6,7 @@ Changes
### Unreleased ### Unreleased
* 2018-02-27 - Fixed bug in improved flat_navigation.mustache.
* 2018-02-27 - Fixed small bug in boostnavigation SCSS code. * 2018-02-27 - Fixed small bug in boostnavigation SCSS code.
### Release v3.4-r2 ### Release v3.4-r2
......
...@@ -66,14 +66,14 @@ ...@@ -66,14 +66,14 @@
<nav class="list-group m-t-1"> <nav class="list-group m-t-1">
{{/showdivider}} {{/showdivider}}
{{#action}} {{#action}}
<a class="list-group-item list-group-item-action {{#isactive}}font-weight-bold{{/isactive}}" href="{{{action}}}" data-key="{{key}}" data-isexpandable="{{isexpandable}}" data-indent="{{get_indent}}" data-showdivider="{{showdivider}}" data-type="{{type}}" data-nodetype="{{nodetype}}" data-collapse="{{collapse}}" data-forceopen="{{forceopen}}" data-isactive="{{isactive}}" data-hidden="{{hidden}}" data-preceedwithhr="{{preceedwithhr}}" {{#parent.key}}data-parent-key="{{.}}"{{/parent.key}}> <a class="list-group-item list-group-item-action" href="{{{action}}}" data-key="{{key}}" data-isexpandable="{{isexpandable}}" data-indent="{{get_indent}}" data-showdivider="{{showdivider}}" data-type="{{type}}" data-nodetype="{{nodetype}}" data-collapse="{{collapse}}" data-forceopen="{{forceopen}}" data-isactive="{{isactive}}" data-hidden="{{hidden}}" data-preceedwithhr="{{preceedwithhr}}" {{#parent.key}}data-parent-key="{{.}}"{{/parent.key}}>
<div class="m-l-{{get_indent}}"> <div class="m-l-{{get_indent}}">
{{#icon.pix}} {{#icon.pix}}
<span class="media-left"> <span class="media-left">
{{#pix}}{{{icon.pix}}}, {{{icon.component}}}, {{{icon.alt}}}{{/pix}} {{#pix}}{{{icon.pix}}}, {{{icon.component}}}, {{{icon.alt}}}{{/pix}}
</span> </span>
{{/icon.pix}} {{/icon.pix}}
<span class="media-body">{{{text}}}</span> <span class="media-body {{#isactive}}font-weight-bold{{/isactive}}">{{{text}}}</span>
</div> </div>
</a> </a>
{{/action}} {{/action}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment