Skip to content

Commit

Permalink
Merge pull request #1281 from innocente205/patch-4
Browse files Browse the repository at this point in the history
Update latest_posts.blade.php
  • Loading branch information
HDVinnie authored Apr 18, 2020
2 parents 5624aae + d73e92c commit 3235e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/forum/latest_posts.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</a>
</li>
<li>
<a href="{{ route('forum_latest_topics') }}" itemprop="url" class="l-breadcrumb-item-link">
<a href="{{ route('forum_latest_posts') }}" itemprop="url" class="l-breadcrumb-item-link">
<span itemprop="title" class="l-breadcrumb-item-link-title">@lang('common.latest-posts')</span>
</a>
</li>
Expand Down

0 comments on commit 3235e6e

Please sign in to comment.