@@ -8,7 +8,7 @@
|
||||
<form method="POST" action="" class="card box_grey">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
||||
|
||||
<h3 class="card-header">Delete reply by {{ reply.author.display_name }}</h3>
|
||||
<h3 class="card-header">Delete reply by {{ reply.author.username }}</h3>
|
||||
<div class="card-body markdown">
|
||||
{{ reply.comment | markdown }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user