We can now update an incident

This commit is contained in:
Quentin Valmori
2015-01-02 20:35:02 +01:00
parent dda62e7e04
commit 831b433dd3
4 changed files with 90 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
@endif
</div>
<div class="col-md-6 text-right">
<a href="/dashboard/incidents/{{ $incident->id }}/edit" class="btn btn-warning">Edit</a>
<a href="/dashboard/incidents/{{ $incident->id }}/delete" class="btn btn-danger">Delete</a>
</div>
</div>