Skip to content

Commit

Permalink
Merge branch 'release/2.0.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelasoie committed May 13, 2019
2 parents 6aa57fa + 8fe60ac commit c30c16d
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 97 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

*2.0.4* (2019-05-13)
- 🛠 Fixes & other
- Set a generic name for theme light top menu (#387)

*2.0.3* (2019-05-08)
- 🛠 Fixes & other
- Fix breadcrumb x-scroll overflow (#383)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.3
2.0.4
9 changes: 2 additions & 7 deletions assets/components/organisms/header/header-light.twig
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,9 @@
</div>
</li>
{% else %}
{% for head in header %}
{% for i in 1..5 %}
<li id="menu-item-{{ loop.index }}" {% if loop.index == 2 %} class="current-menu-item"{% endif %}>
{% if language == 'fr' %}
<a class="nav-item" href="{{ head.urlfr }}">{{ head.namefr }}</a>
{% endif %}
{% if language == 'en' %}
<a class="nav-item" href="{{ head.urlen }}">{{ head.nameen }}</a>
{% endif %}
<a class="nav-item" href="#">Page {{ i }}</a>
</li>
{% endfor %}
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "epfl-elements",
"version": "2.0.3",
"version": "2.0.4",
"license": "MIT",
"main": "index.html",
"repository": {
Expand Down
Loading

0 comments on commit c30c16d

Please sign in to comment.