summaryrefslogtreecommitdiffstats
path: root/app/views/issues
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2019-06-20 16:38:30 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2019-06-20 16:38:30 +0000
commita8d945bed01dd396145bf1a4942fbb52d737dca2 (patch)
tree33a0285d2acb705bf710da7d3ffb112a6667553c /app/views/issues
parent56f6fd708dd0ac794ea2b79a2ae834c0a395a940 (diff)
downloadredmine-a8d945bed01dd396145bf1a4942fbb52d737dca2.tar.gz
redmine-a8d945bed01dd396145bf1a4942fbb52d737dca2.zip
Remove "View all issues" link from actions dropdown (#30294).
Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18304 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues')
-rw-r--r--app/views/issues/index.html.erb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/issues/index.html.erb b/app/views/issues/index.html.erb
index 7000c5e55..7d3dc6941 100644
--- a/app/views/issues/index.html.erb
+++ b/app/views/issues/index.html.erb
@@ -54,8 +54,6 @@
<% end %>
<%= actions_dropdown do %>
- <%= link_to l(:label_issue_view_all), _project_issues_path(@project, :set_filter => 1) %>
-
<% if @project %>
<%= link_to l(:field_summary), project_issues_report_path(@project) %>
<% end %>