<%= link_to @comment.commentable, class: "back" do %> <%= t("comments.show.return_to_commentable") + @comment.commentable.title %> <% end %>
<%= render @comment %>