mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-21 18:46:10 +10:00
Fixed haml style issues
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user