Skip to content

Commit

Permalink
change tournament
Browse files Browse the repository at this point in the history
  • Loading branch information
moby18 committed Sep 4, 2017
1 parent b1a436f commit 768dfe3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions app/Resources/views/header.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -116,19 +116,20 @@
</ul>
</div>
</div>
<div class="row"></div>
<div class="row">
<div class="col-sm-3">
<a href="#" class="megamenu-title">Україна. Кубок. Чоловіки</a>
<ul>
<li><a href="{{ path('stat_tournament_page', {'season_id': 25, 'tournament_id': 1}) }}">Сезон 2017-2018</a></li>
<li><a href="{{ path('stat_tournament_page', {'season_id': 13, 'tournament_id': 1}) }}">Сезон 2016-2017</a></li>
<li><a href="{{ path('stat_tournament_page', {'season_id': 25, 'tournament_id': 11}) }}">Сезон 2017-2018</a></li>
<li><a href="{{ path('stat_tournament_page', {'season_id': 13, 'tournament_id': 11}) }}">Сезон 2016-2017</a></li>
</ul>
</div>
<div class="col-sm-3">
<a href="#" class="megamenu-title">Україна. Кубок. Жінки</a>
<ul>
<li><a href="{{ path('stat_tournament_page', {'season_id': 26, 'tournament_id': 1}) }}">Сезон 2017-2018</a></li>
<li><a href="{{ path('stat_tournament_page', {'season_id': 14, 'tournament_id': 1}) }}">Сезон 2016-2017</a></li>
<li><a href="{{ path('stat_tournament_page', {'season_id': 26, 'tournament_id': 12}) }}">Сезон 2017-2018</a></li>
<li><a href="{{ path('stat_tournament_page', {'season_id': 14, 'tournament_id': 12}) }}">Сезон 2016-2017</a></li>
</ul>
</div>
<div class="col-sm-3">
Expand Down
8 changes: 4 additions & 4 deletions app/Resources/views/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -229,18 +229,18 @@
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<ul>
<li><h4><a href="#">Україна. Кубок. Чоловіки</a></h4></li>
<li><a href="{{ path('stat_tournament_page', {'season_id': 25, 'tournament_id': 4}) }}">Сезон
<li><a href="{{ path('stat_tournament_page', {'season_id': 25, 'tournament_id': 11}) }}">Сезон
2017-2018</a></li>
<li><a href="{{ path('stat_tournament_page', {'season_id': 13, 'tournament_id': 4}) }}">Сезон
<li><a href="{{ path('stat_tournament_page', {'season_id': 13, 'tournament_id': 11}) }}">Сезон
2016-2017</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<ul>
<li><h4><a href="#">Україна. Кубок. Жінки</a></h4></li>
<li><a href="{{ path('stat_tournament_page', {'season_id': 26, 'tournament_id': 4}) }}">Сезон
<li><a href="{{ path('stat_tournament_page', {'season_id': 26, 'tournament_id': 12}) }}">Сезон
2017-2018</a></li>
<li><a href="{{ path('stat_tournament_page', {'season_id': 14, 'tournament_id': 4}) }}">Сезон
<li><a href="{{ path('stat_tournament_page', {'season_id': 14, 'tournament_id': 12}) }}">Сезон
2016-2017</a></li>
</ul>
</div>
Expand Down

0 comments on commit 768dfe3

Please sign in to comment.