debian-mirror-gitlab/app/views/projects/environments/_terminal_button.html.haml

4 lines
216 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
- if environment.has_terminals? && can?(current_user, :admin_environment, @project)
2017-09-10 17:25:29 +05:30
= link_to terminal_project_environment_path(@project, environment), class: 'btn terminal-button' do
2018-11-08 19:23:39 +05:30
= sprite_icon('terminal')