Skip to content
Snippets Groups Projects
Verified Commit 2e9983d9 authored by Rémy Coutable's avatar Rémy Coutable
Browse files

Add a title to the metrics button


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 39eaf07d
No related branches found
No related tags found
1 merge request!8935Added Prometheus Service and Prometheus graphs
This commit is part of merge request !8935. Comments created here will be created in the context of that merge request.
......@@ -2,5 +2,5 @@
- return unless environment.has_metrics? && can?(current_user, :read_environment, environment)
= link_to environment_metrics_path(environment), class: 'btn metrics-button' do
= link_to environment_metrics_path(environment), title: 'See metrics', class: 'btn metrics-button' do
= icon('area-chart')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment