Skip to content
Snippets Groups Projects
Unverified Commit 634d003e authored by Luke Bennett's avatar Luke Bennett
Browse files

Changed to hash rocket and string 'true'

parent 4d4506ad
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,6 +5,6 @@
":can-resolve" => discussion.can_resolve?(current_user),
"inline-template" => true }
.btn-group{ role: "group", "v-if" => "showButton" }
%button.btn.btn-default{ type: "button", "@click" => "resolve", ":disabled" => "loading", "v-cloak": true }
%button.btn.btn-default{ type: "button", "@click" => "resolve", ":disabled" => "loading", "v-cloak" => "true" }
= icon("spinner spin", "v-show" => "loading")
{{ buttonText }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment