Skip to content

Commit

Permalink
Hotfixed a wrong link after added codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
furic committed Dec 5, 2020
1 parent b5f903b commit 808671c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/added.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a id="select-all" class="btn btn-default pull-left">Select All</a>
</div>
<div class="col-sm-6" style="margin-top: 20px">
<a class="btn btn-default pull-right" href="{{ url('redeem_codes') }}">Back</a>
<a class="btn btn-default pull-right" href="{{ route('redeem-codes.index') }}">Back</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 808671c

Please sign in to comment.