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: ab3363bbb074dc1419dfa558148745f0a7c0f18b (plain)
1
2
3
- if environment.has_terminals? && can?(current_user, :admin_environment, @project)
  = link_to terminal_project_environment_path(@project, environment), class: 'gl-button btn terminal-button' do
    = sprite_icon('terminal')