diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 10:18:39 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-17 10:18:39 +0000 |
commit | a3ab49e92d327489de823cd5e8cc12b35fc3fc20 (patch) | |
tree | 9e22fdce84faa739617e2284759656e374d50c83 /app/views/activities | |
parent | 42249c82602c57c6bb34874d0bdd5ad0dad84e05 (diff) | |
download | redmine-a3ab49e92d327489de823cd5e8cc12b35fc3fc20.tar.gz redmine-a3ab49e92d327489de823cd5e8cc12b35fc3fc20.zip |
replace tabs to spaces at app/views/activities/index.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7330 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/activities')
-rw-r--r-- | app/views/activities/index.html.erb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index d1a0467e0..113857a0d 100644 --- a/app/views/activities/index.html.erb +++ b/app/views/activities/index.html.erb @@ -7,7 +7,7 @@ <dl> <% @events_by_day[day].sort {|x,y| y.event_datetime <=> x.event_datetime }.each do |e| -%> <dt class="<%= e.event_type %> <%= User.current.logged? && e.respond_to?(:event_author) && User.current == e.event_author ? 'me' : nil %>"> - <%= avatar(e.event_author, :size => "24") if e.respond_to?(:event_author) %> + <%= avatar(e.event_author, :size => "24") if e.respond_to?(:event_author) %> <span class="time"><%= format_time(e.event_datetime, false) %></span> <%= content_tag('span', h(e.project), :class => 'project') if @project.nil? || @project != e.project %> <%= link_to format_activity_title(e.event_title), e.event_url %></dt> @@ -32,7 +32,7 @@ </div> <% other_formats_links do |f| %> - <%= f.link_to 'Atom', :url => params.merge(:from => nil, :key => User.current.rss_key) %> + <%= f.link_to 'Atom', :url => params.merge(:from => nil, :key => User.current.rss_key) %> <% end %> <% content_for :header_tags do %> @@ -48,7 +48,7 @@ <br /> <% end %></p> <% if @project && @project.descendants.active.any? %> - <%= hidden_field_tag 'with_subprojects', 0 %> + <%= hidden_field_tag 'with_subprojects', 0 %> <p><label><%= check_box_tag 'with_subprojects', 1, @with_subprojects %> <%=l(:label_subproject_plural)%></label></p> <% end %> <%= hidden_field_tag('user_id', params[:user_id]) unless params[:user_id].blank? %> |