diff options
author | Luke Bennett <lukeeeebennettplus@gmail.com> | 2016-09-26 22:50:01 +0100 |
---|---|---|
committer | Luke Bennett <lukeeeebennettplus@gmail.com> | 2016-09-26 22:50:01 +0100 |
commit | 51c04a2f35cd2bae4d2e82013bb23f2a1e26e394 (patch) | |
tree | 83e07f783377596a5e724d968da79785e265c6c5 /app/views | |
parent | 709c7009e5fbf67c53a9c09fe0754e605363b07b (diff) | |
download | gitlab-ce-51c04a2f35cd2bae4d2e82013bb23f2a1e26e394.tar.gz |
Added v-cloak to resolve disc button
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/discussions/_resolve_all.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/discussions/_resolve_all.html.haml b/app/views/discussions/_resolve_all.html.haml index 7a8767ddba0..9c2ae8faaab 100644 --- a/app/views/discussions/_resolve_all.html.haml +++ b/app/views/discussions/_resolve_all.html.haml @@ -6,6 +6,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" } + %button.btn.btn-default{ type: "button", "@click" => "resolve", ":disabled" => "loading", "v-cloak": true } = icon("spinner spin", "v-show" => "loading") {{ buttonText }} |