replace tabs to spaces at app/views/issues/_history.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7348 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-17 22:59:49 +00:00
parent 5a4616126e
commit e1a15815a9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<h4><div class="journal-link"><%= link_to "##{journal.indice}", :anchor => "note-#{journal.indice}" %></div>
<%= avatar(journal.user, :size => "24") %>
<%= content_tag('a', '', :name => "note-#{journal.indice}")%>
<%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %></h4>
<%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %></h4>
<% if journal.details.any? %>
<ul class="details">