Skip to content

Commit

Permalink
Header: click on service opens new tab (elefan-grenoble#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn authored and OursDesCavernes committed Jan 20, 2024
1 parent 2b036bb commit e23567d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Resources/views/admin/service/navlist.html.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% for service in services %}
<li>
<a href="{{ service.url }}" title="{{ service.slug }}">
<a href="{{ service.url }}" title="{{ service.slug }}" target="_blank">
<i class="material-icons small left">{{ service.Icon }}</i>
<span class="show-on-medium-and-down show-on-xl-only">{{ service.slug }}</span>
</a>
Expand Down

0 comments on commit e23567d

Please sign in to comment.