From f8de723c468faa5c53c6511bd6990f739a9fe398 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 29 Jul 2012 11:28:22 +0000 Subject: [PATCH] Removed inline styles. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10118 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/boards/show.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 %>