summaryrefslogtreecommitdiff
path: root/app/views/layouts/nav/sidebar/_tracing_link.html.haml
blob: 7a31a20f5f058e33e8678da2be6f88e7105253b8 (plain)
1
2
3
4
5
6
7
- return unless can?(current_user, :read_environment, @project)

- if project_nav_tab? :settings
  = nav_link(controller: :tracings, action: [:show]) do
    = link_to project_tracing_path(@project), title: _('Tracing') do
      %span
        = _('Tracing')