diff --git a/app/views/boards/show.html.erb b/app/views/boards/show.html.erb index b4d4bd71d..1effcb3f9 100644 --- a/app/views/boards/show.html.erb +++ b/app/views/boards/show.html.erb @@ -37,9 +37,9 @@ <% @topics.each do |topic| %> <%= link_to h(topic.subject), { :controller => 'messages', :action => 'show', :board_id => @board, :id => topic } %> - <%= link_to_user(topic.author) %> - <%= format_time(topic.created_on) %> - <%= topic.replies_count %> + <%= link_to_user(topic.author) %> + <%= format_time(topic.created_on) %> + <%= topic.replies_count %> <% if topic.last_reply %> <%= authoring topic.last_reply.created_on, topic.last_reply.author %>