diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-18 02:44:04 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-18 02:44:04 +0000 |
commit | 72777ebb7ed373ad4151cd7b00db163391ac16b3 (patch) | |
tree | 67a30874eb69ca47fa2401f7abbcb71704fc6af5 /app/views/messages | |
parent | 66a577c10b69aad56f0abcd8d2a86b9926b132ff (diff) | |
download | redmine-72777ebb7ed373ad4151cd7b00db163391ac16b3.tar.gz redmine-72777ebb7ed373ad4151cd7b00db163391ac16b3.zip |
replace tabs to spaces at app/views/messages/show.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7393 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/messages')
-rw-r--r-- | app/views/messages/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index fd77c9e99..a7e0152f3 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -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 %> |