]> source.dussan.org Git - redmine.git/commitdiff
Removed inline styles.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 29 Jul 2012 11:28:22 +0000 (11:28 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 29 Jul 2012 11:28:22 +0000 (11:28 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10118 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/boards/show.html.erb

index b4d4bd71d78b66db352e26b6410e7dec78e228c3..1effcb3f9ae53b980db70913883fda47ad32e0d5 100644 (file)
@@ -37,9 +37,9 @@
   <% @topics.each do |topic| %>
     <tr class="message <%= cycle 'odd', 'even' %> <%= topic.sticky? ? 'sticky' : '' %> <%= topic.locked? ? 'locked' : '' %>">
       <td class="subject"><%= link_to h(topic.subject), { :controller => 'messages', :action => 'show', :board_id => @board, :id => topic } %></td>
-      <td class="author" align="center"><%= link_to_user(topic.author) %></td>
-      <td class="created_on" align="center"><%= format_time(topic.created_on) %></td>
-      <td class="replies" align="center"><%= topic.replies_count %></td>
+      <td class="author"><%= link_to_user(topic.author) %></td>
+      <td class="created_on"><%= format_time(topic.created_on) %></td>
+      <td class="reply-count"><%= topic.replies_count %></td>
       <td class="last_message">
         <% if topic.last_reply %>
         <%= authoring topic.last_reply.created_on, topic.last_reply.author %><br />