From 7de33125f3226dc45cdf493edee5b8c2502f1e8e Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 23 Sep 2014 09:51:22 +1000 Subject: [PATCH] improve debuggability of code --- app/views/topics/show.html.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/topics/show.html.erb b/app/views/topics/show.html.erb index 5ea966dbe6e..8a5128e48a4 100644 --- a/app/views/topics/show.html.erb +++ b/app/views/topics/show.html.erb @@ -9,7 +9,10 @@ <% @topic_view.posts.each do |post| %> <% if post.user %>
- <%= post.user.username_lower %> <%= "(#{post.user.name})" if SiteSetting.display_name_on_posts %> — <%= post.created_at.to_formatted_s(:iso8601) %> — #<%= post.post_number %> + <%= post.user.username_lower %> + <%= "(#{post.user.name})" if SiteSetting.display_name_on_posts %> — + <%= post.created_at.to_formatted_s(:iso8601) %> — + #<%= post.post_number %>
<% if post.hidden %>