replace tabs to spaces at app/views/my/blocks/_issuesreportedbyme.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7338 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
9555f74061
commit
7481b13640
|
@ -8,11 +8,11 @@
|
||||||
<%= render :partial => 'issues/list_simple', :locals => { :issues => reported_issues } %>
|
<%= render :partial => 'issues/list_simple', :locals => { :issues => reported_issues } %>
|
||||||
<% if reported_issues.length > 0 %>
|
<% if reported_issues.length > 0 %>
|
||||||
<p class="small"><%= link_to l(:label_issue_view_all), :controller => 'issues',
|
<p class="small"><%= link_to l(:label_issue_view_all), :controller => 'issues',
|
||||||
:action => 'index',
|
:action => 'index',
|
||||||
:set_filter => 1,
|
:set_filter => 1,
|
||||||
:status_id => '*',
|
:status_id => '*',
|
||||||
:author_id => 'me',
|
:author_id => 'me',
|
||||||
:sort => 'updated_on:desc' %></p>
|
:sort => 'updated_on:desc' %></p>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<% content_for :header_tags do %>
|
<% content_for :header_tags do %>
|
||||||
|
|
Loading…
Reference in New Issue