Skip to content

Commit

Permalink
Add a span around the authorname
Browse files Browse the repository at this point in the history
  • Loading branch information
asm89 committed Apr 16, 2012
1 parent b9710b4 commit c68906c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Thread/comment_content.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<div class="fos_comment_comment_metas">
{% block fos_comment_comment_metas %}
{% trans from 'FOSCommentBundle' %}fos_comment_comment_show_by{% endtrans %} {{ comment.authorName }} - {{ comment.createdAt|date }}
{% trans from 'FOSCommentBundle' %}fos_comment_comment_show_by{% endtrans %} <span class="fos_comment_comment_authorname">{{ comment.authorName }}</span> - {{ comment.createdAt|date }}

{% if fos_comment_can_edit_comment(comment) %}
<button data-url="{{ url("fos_comment_edit_thread_comment", {"id": comment.thread.id, "commentId": comment.id}) }}" class="fos_comment_comment_edit_show_form">Edit</button>
Expand Down

0 comments on commit c68906c

Please sign in to comment.