diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-06-20 16:38:30 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2019-06-20 16:38:30 +0000 |
commit | a8d945bed01dd396145bf1a4942fbb52d737dca2 (patch) | |
tree | 33a0285d2acb705bf710da7d3ffb112a6667553c /app/views/issues | |
parent | 56f6fd708dd0ac794ea2b79a2ae834c0a395a940 (diff) | |
download | redmine-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.erb | 2 |
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 %> |