提交 84d77ccb 编写于 作者: K Kushal Pandya

Merge branch '60224-btn-env' into 'master'

Removes extra btn class from dropdown

Closes #60224

See merge request gitlab-org/gitlab-ce!27160
......@@ -10,5 +10,5 @@
- actions.each do |action|
- next unless can?(current_user, :update_build, action)
%li
= link_to [:play, @project.namespace.becomes(Namespace), @project, action], method: :post, rel: 'nofollow', class: 'btn' do
= link_to [:play, @project.namespace.becomes(Namespace), @project, action], method: :post, rel: 'nofollow' do
%span= action.name
---
title: Fixes actions dropdowns in environments page
merge_request: 27160
author:
type: fixed
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册