Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_terminal_button.html.haml « environments « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 97de9c95de7a940e29f299444476c02d03ddb690 (plain)
1
2
3
- if environment.has_terminals? && can?(current_user, :admin_environment, @project)
  = link_to terminal_namespace_project_environment_path(@project.namespace, @project, environment), class: 'btn terminal-button' do
    = icon('terminal')