瀏覽代碼

Add an icon linked to trackers detail report on the project overview page (#31465).

Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@18213 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.1.0
Go MAEDA 5 年之前
父節點
當前提交
82ba14cfba
共有 1 個檔案被更改,包括 7 行新增1 行删除
  1. 7
    1
      app/views/projects/show.html.erb

+ 7
- 1
app/views/projects/show.html.erb 查看文件

@@ -38,7 +38,13 @@

<% if User.current.allowed_to?(:view_issues, @project) %>
<div class="issues box">
<h3 class="icon icon-issue"><%=l(:label_issue_tracking)%></h3>
<h3 class="icon icon-issue">
<%=l(:label_issue_tracking)%>&nbsp;
<%= link_to l(:label_details),
project_issues_report_details_path(@project, :detail => 'tracker'),
:class => 'icon-only icon-zoom-in',
:title => l(:label_details) %>
</h3>
<% if @trackers.present? %>
<table class="list issue-report">
<thead>

Loading…
取消
儲存