summaryrefslogtreecommitdiffstats
path: root/app/views/my/blocks/_issuesreportedbyme.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/my/blocks/_issuesreportedbyme.rhtml')
-rw-r--r--app/views/my/blocks/_issuesreportedbyme.rhtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/my/blocks/_issuesreportedbyme.rhtml b/app/views/my/blocks/_issuesreportedbyme.rhtml
index 250e8265d..a0770846c 100644
--- a/app/views/my/blocks/_issuesreportedbyme.rhtml
+++ b/app/views/my/blocks/_issuesreportedbyme.rhtml
@@ -6,5 +6,5 @@
:order => "#{Issue.table_name}.updated_on DESC") %>
<%= render :partial => 'issues/list_simple', :locals => { :issues => reported_issues } %>
<% if reported_issues.length > 0 %>
-<p><%=lwr(:label_last_updates, reported_issues.length)%></p>
-<% end %> \ No newline at end of file
+<p class="small"><%= link_to l(:label_issue_view_all), :controller => 'issues', :action => 'index', :set_filter => 1, :author_id => 'me' %></p>
+<% end %>