Skip to content

Commit

Permalink
Update view.html.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 authored Sep 13, 2024
1 parent 6384f43 commit a43f0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/entry/comment/view.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
{% else %}
<div class="section alert alert__danger">
<p>
<a href="{{ entry_url(entry) }}" class="btn btn-link btn__danger">
<a href="{{ entry_url(entry) }}" class="btn btn-link btn__danger" style="margin-right: 10px;">
<i class="fa-solid fa-arrow-left-long" title="{{ 'back'|trans }}"></i> {{ 'back'|trans }}
</a>
&nbsp; {{ 'comment_not_found'|trans }}
{{ 'comment_not_found'|trans }}
</p>
</div>
{% endif %}
Expand Down

0 comments on commit a43f0c2

Please sign in to comment.