Skip to content

Commit

Permalink
Update new_reply.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TomArrow authored Dec 12, 2017
1 parent a6f107a commit 3753bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/emails/new_reply.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@component('mail::message')
# Your topic: {{ $topic->name }} has a new reply!

**Message:** <a href="{{ route('profil', ['username' => $user->username, 'id' => $user->id]) }}">{{ $user->username }}</a> has replyed to your topic
**Message:** <a href="{{ route('profil', ['username' => $user->username, 'id' => $user->id]) }}">{{ $user->username }}</a> has replied to your topic
<a href="{{ route('forum_topic', ['slug' => $topic->slug, 'id' => $topic->id]) }}">{{ $topic->name }}</a>

@component('mail::button', ['url' => route('forum_topic', ['slug' => $topic->slug, 'id' => $topic->id]), 'color' => 'blue'])
Expand Down

0 comments on commit 3753bae

Please sign in to comment.