1
0
Fork 0

Merge pull request #211 from trwnh/patch-1

Fix missing bootstrap prefix in activity page
This commit is contained in:
daniel 2018-06-05 11:51:58 -06:00 committed by GitHub
commit 85d164ce07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
@section('content')
<div class="container notification-page" style="min-height: 60vh;">
<div class="col-12 col-md-8 offset-2">
<div class="col-12 col-md-8 offset-md-2">
<ul class="list-group">
@foreach($notifications as $notification)