##// END OF EJS Templates
replace tabs to spaces at app/views/my/blocks/_issuesreportedbyme.html.erb...
Toshi MARUYAMA -
r7218:7481b13640f3
parent child
Show More
@@ -8,11 +8,11
8 <%= render :partial => 'issues/list_simple', :locals => { :issues => reported_issues } %>
8 <%= render :partial => 'issues/list_simple', :locals => { :issues => reported_issues } %>
9 <% if reported_issues.length > 0 %>
9 <% if reported_issues.length > 0 %>
10 <p class="small"><%= link_to l(:label_issue_view_all), :controller => 'issues',
10 <p class="small"><%= link_to l(:label_issue_view_all), :controller => 'issues',
11 :action => 'index',
11 :action => 'index',
12 :set_filter => 1,
12 :set_filter => 1,
13 :status_id => '*',
13 :status_id => '*',
14 :author_id => 'me',
14 :author_id => 'me',
15 :sort => 'updated_on:desc' %></p>
15 :sort => 'updated_on:desc' %></p>
16 <% end %>
16 <% end %>
17
17
18 <% content_for :header_tags do %>
18 <% content_for :header_tags do %>
General Comments 0
You need to be logged in to leave comments. Login now