First stuff for acting on reminders.

This commit is contained in:
James Cole
2015-03-06 20:33:23 +01:00
parent 3f716cc369
commit a60671d4c1
8 changed files with 183 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
<!-- /.row -->
<div class="row">
<div class="col-lg-3 col-md-6">
<div class="panel panel-info">
<div class="panel panel-red">
<div class="panel-heading">
<div class="row">
<div class="col-xs-3">

View File

@@ -24,7 +24,7 @@
<ul class="dropdown-menu dropdown-messages">
@foreach($reminders as $reminder)
<li>
<a href="#">
<a href="{{route('reminders.show',$reminder->id)}}">
<div>
<strong>
{{$reminder->remindersable->name}}
@@ -39,7 +39,7 @@
<li class="divider"></li>
@endforeach
<li>
<a class="text-center" href="#">
<a class="text-center" href="{{route('reminders.index')}}">
<strong>See all reminders</strong>
<i class="fa fa-angle-right"></i>
</a>