]> source.dussan.org Git - redmine.git/commitdiff
replace tabs to spaces at app/views/messages/show.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 18 Sep 2011 02:44:04 +0000 (02:44 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 18 Sep 2011 02:44:04 +0000 (02:44 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7393 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/messages/show.html.erb

index fd77c9e99284be58c0f73ed7b176f5cefc5f08c7..a7e0152f3a448e4ea060d6e62eae1f90babedcf5 100644 (file)
@@ -29,7 +29,7 @@
       <%= link_to(image_tag('delete.png'), {:action => 'destroy', :id => message}, :method => :post, :confirm => l(:text_are_you_sure), :title => l(:button_delete)) if message.destroyable_by?(User.current) %>
     </div>
   <h4>
-       <%= avatar(message.author, :size => "24") %>
+    <%= avatar(message.author, :size => "24") %>
     <%= link_to h(message.subject), { :controller => 'messages', :action => 'show', :board_id => @board, :id => @topic, :r => message, :anchor => "message-#{message.id}" } %>
     -
     <%= authoring message.created_on, message.author %>