Skip to content
This repository has been archived by the owner on Jun 6, 2020. It is now read-only.

Commit

Permalink
Link powrotu do strony głównej przy dodawaniu postaci
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Stachowicz committed Nov 4, 2016
1 parent 6b2cb58 commit b8c3332
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/views/add_person.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
<button type="submit" class="btn btn-primary">Wyślij</button>
</div>

{{ Form::close() }}
{{ Form::close() }}<br>

<div class="again"><a href="{{ route("question.index") }}"><strong>Strona Główna</strong></a></div>

@endsection

0 comments on commit b8c3332

Please sign in to comment.