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