Skip to content

Commit

Permalink
Fix: Remove loader from export due to missing redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
DZunke committed Mar 6, 2019
1 parent 89dcb30 commit f95e768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/dashboard/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<div class="item-action dropdown">
<button class="btn btn-secondary btn-sm dropdown-toggle" data-toggle="dropdown">Aktionen</button>
<div class="dropdown-menu dropdown-menu-right">
<a class="dropdown-item" href="{{ path('game_export', {'id': game.id}) }}" title="Die Daten zum Spiel nach Excel exportieren">
<a class="dropdown-item no-loader" href="{{ path('game_export', {'id': game.id}) }}" title="Die Daten zum Spiel nach Excel exportieren">
<i class="dropdown-icon fas fa-file-excel"></i> Exportieren
</a>
{% if game.closedAt is null %}
Expand Down

0 comments on commit f95e768

Please sign in to comment.