Skip to content
Snippets Groups Projects
Commit f5e8667f authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed haml style issues

parent beaee0a7
Branches
Tags
1 merge request!3677Removed references to subscribe-button CSS class
Pipeline #
Loading
Loading
@@ -14,7 +14,7 @@
.label-subscription{data: {url: toggle_subscription_namespace_project_label_path(@project.namespace, @project, label)}}
.subscription-status{data: {status: label_subscription_status(label)}}
 
%button.js-subscribe-button.label-subscribe-button.btn.action-buttons{ type: 'button', data: {toggle: "tooltip"} }
%button.js-subscribe-button.label-subscribe-button.btn.action-buttons{ type: "button", data: { toggle: "tooltip" } }
%span= label_subscription_toggle_button_text(label)
 
- if can? current_user, :admin_label, @project
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment