8 lines
257 B
Text
8 lines
257 B
Text
|
- environment = local_assigns.fetch(:environment)
|
||
|
|
||
|
- return unless can?(current_user, :read_environment, environment)
|
||
|
|
||
|
= link_to environment_metrics_path(environment), title: 'See metrics', class: 'btn metrics-button' do
|
||
|
= icon('area-chart')
|
||
|
Monitoring
|