Skip to content

Commit

Permalink
notifications url is with s now
Browse files Browse the repository at this point in the history
  • Loading branch information
Bottelet committed Nov 24, 2016
1 parent faf2852 commit 232445b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function postRead(id) {
var url = notification['data']['url'];
msg += `<div>
<a class="content" id="notify" href="{{url('notification')}}/`+id+`">
<a class="content" id="notify" href="{{url('notifications')}}/`+id+`">
`
+ notification['data']['message'] +
` </a></div>
Expand Down

0 comments on commit 232445b

Please sign in to comment.