File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414
1515{% block header_navigation_links %}
1616 <li class =" nav-item" >
17- <a class =" nav-link {{- _route in [' admin_index' , ' admin_post_index' ] ? ' active' - }}" href =" {{ path(' admin_post_index' ) }}" >
17+ <a class =" nav-link {{ _route in [' admin_index' , ' admin_post_index' ] ? ' active' }}" href =" {{ path(' admin_post_index' ) }}" >
1818 <twig:ux:icon name =" tabler:list" /> {{ ' menu.post_list' | trans }}
1919 </a >
2020 </li >
Original file line number Diff line number Diff line change 4040 <ul class =" navbar-nav" >
4141 {% block header_navigation_links %}
4242 <li class =" nav-item" >
43- <a class =" nav-link {{- _route == ' blog_index' ? ' active' - }}" href =" {{ path(' blog_index' ) }}" >
43+ <a class =" nav-link {{ _route == ' blog_index' ? ' active' }}" href =" {{ path(' blog_index' ) }}" >
4444 <twig:ux:icon name =" tabler:home" /> {{ ' menu.homepage' | trans }}
4545 </a >
4646 </li >
5454 {% endblock %}
5555
5656 <li class =" nav-item" >
57- <a class =" nav-link {{- _route == ' blog_search' ? ' active' - }}" href =" {{ path(' blog_search' ) }}" >
57+ <a class =" nav-link {{ _route == ' blog_search' ? ' active' }}" href =" {{ path(' blog_search' ) }}" >
5858 <twig:ux:icon name =" tabler:search" /> {{ ' menu.search' | trans }}
5959 </a >
6060 </li >
You can’t perform that action at this time.
0 commit comments