Skip to content

Commit

Permalink
Slightly less fugly groups permission styling
Browse files Browse the repository at this point in the history
  • Loading branch information
snipe committed Nov 8, 2017
1 parent a3e8088 commit 61617a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/groups/edit.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
$permission_name = $permission[$i]['permission'];
?>
@if ($permission[$i]['display'])
<div class="col-md-12 col-md-offset-2">
<div class="col-md-9 col-md-offset-2">
<h3>{{ $area }}: {{ $permission[$i]['label'] }}</h3>
<p>{{ $permission[$i]['note'] }}</p>

Expand Down

0 comments on commit 61617a2

Please sign in to comment.