replace tabs to spaces at app/views/my/blocks/_issuesassignedtome.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7311 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-17 08:08:22 +00:00
parent 4f1635c27a
commit b1071980e4
1 changed files with 4 additions and 4 deletions

View File

@ -8,10 +8,10 @@
<%= render :partial => 'issues/list_simple', :locals => { :issues => assigned_issues } %>
<% if assigned_issues.length > 0 %>
<p class="small"><%= link_to l(:label_issue_view_all), :controller => 'issues',
:action => 'index',
:set_filter => 1,
:assigned_to_id => 'me',
:sort => 'priority:desc,updated_on:desc' %></p>
:action => 'index',
:set_filter => 1,
:assigned_to_id => 'me',
:sort => 'priority:desc,updated_on:desc' %></p>
<% end %>
<% content_for :header_tags do %>