rydurham / L4withSentry

Laravel 4 and Sentry 2.0
300 stars 91 forks source link

Group edit button with problem #50

Closed brunoAmado closed 10 years ago

brunoAmado commented 10 years ago

to rectify a problem in the groups/index.blade.php, i used the code in the groups/show.blade.php <button class="btn btn-default" onClick="location.href='{{ action('GroupController@edit', array($group->id)) }}'">Edit</button>