Edit component groups. Closes #452.

This commit is contained in:
James Brooks
2015-02-21 16:16:19 +00:00
parent 99964998ec
commit 1f893e897f
8 changed files with 117 additions and 0 deletions
@@ -23,6 +23,7 @@
<strong>{{ $group->name }}</strong>
</div>
<div class="col-md-4 text-right">
<a href="{{ route('dashboard.components.groups.edit', [$group->id]) }}" class="btn btn-default">{{ trans('forms.edit') }}</a>
<a href="/dashboard/components/groups/{{ $group->id }}/delete" class="btn btn-danger confirm-action" data-method="DELETE">{{ trans('forms.delete') }}</a>
</div>
</div>