Skip to content

Commit

Permalink
Update comment.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
iooe committed Nov 17, 2018
1 parent db3f4a4 commit 6a474bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</button>
</form>
@endcan
{{$comment->rating()}}
rating: {{$comment->rating()}}
@can('comments.vote', $comment)

<form action="{{route('comments.vote', $comment->id) }}" method="POST" style="display: inline-block">
Expand Down

0 comments on commit 6a474bf

Please sign in to comment.