Commit 5892e996 authored by Filipa Lacerda's avatar Filipa Lacerda

Removes extra btn class from dropdown

In the deployments page, the links inside a
dropdown had an extra btn class
parent 425377f3
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment