Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sulu/sulu-workshop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c8bacf15ccac6960bfa23c900e99dbe7d589d347
Choose a base ref
..
head repository: sulu/sulu-workshop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e198fe38ba91c54392204372df61ad466794352f
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 templates/base.html.twig
4 changes: 2 additions & 2 deletions templates/base.html.twig
Original file line number Diff line number Diff line change
@@ -43,8 +43,8 @@
</ul>

<div class="navbar-nav">
{% for locale, url in urls %}
<a class="nav-link" href="{{ sulu_content_path(url, null, locale) }}">{{ locale }}</a>
{% for localization in localizations %}
<a class="nav-link" href="{{ localization.url }}">{{ localization.locale }}</a>
{% endfor %}
</div>
</div>