Skip to content

Commit

Permalink
Merge pull request #14 from bmic-development/kg-coverage_analysis_report
Browse files Browse the repository at this point in the history
Kg - Coverage Analysis Report
  • Loading branch information
jleonardw9 committed Jan 19, 2017
2 parents ebb89bc + 93828b0 commit f6dbe9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- if permission_to_edit
%button.btn.btn-warning.btn-sm.edit-service-request{ class: permission_to_edit ? '' : 'disabled', type: 'button', data: { permission: permission_to_edit.to_s, url: modify_request_button_url(service_request) } }
= t(:dashboard)[:service_requests][:modify_request]
= link_to t(:dashboard)[:protocols][:service_requests][:coverage_report], service_request_path(service_request, format: :xlsx), class: 'btn btn-sm btn-success'
.clearfix
.panel-body
.bootstrap-table-dropdown-overflow
Expand Down
1 change: 1 addition & 0 deletions config/locales/dashboard.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ en:
header: "Service Requests"
view_consolidated: "View Consolidated Request"
export_consolidated: "Export Consolidated Request"
coverage_report: 'Coverage Analysis Report'
add_services: "Add Services"
consolidated_all: "All"
consolidated_exclude_drafts: "Exclude Drafts"
Expand Down

0 comments on commit f6dbe9c

Please sign in to comment.