Skip to content

Commit

Permalink
user topic popover
Browse files Browse the repository at this point in the history
  • Loading branch information
summerblue committed Aug 8, 2016
1 parent 5e86076 commit 0acc54f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/partials/sidebar.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ul class="list">

@foreach ($userTopics as $userTopic)
<li>
<li class="popover-with-html" data-content="{{ $userTopic->title }}">
<a href="{{ route('topics.show', $userTopic->id) }}">
{{{ $userTopic->title }}}
</a>
Expand Down

0 comments on commit 0acc54f

Please sign in to comment.