Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2016-07-24 22:17:16 +0300
committerDouwe Maan <douwe@selenight.nl>2016-07-24 22:17:16 +0300
commit2ac009992373af60c284a985d76bd85bc7180690 (patch)
tree3481f9887a29d37df8c38c30f07355b61474bde1 /app/views/projects/notes
parente28fb83410bf35a3fffb5e488fb1f07882056966 (diff)
Fix discussion partials
Diffstat (limited to 'app/views/projects/notes')
-rw-r--r--app/views/projects/notes/discussions/_resolve_all.html.haml4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/projects/notes/discussions/_resolve_all.html.haml b/app/views/projects/notes/discussions/_resolve_all.html.haml
deleted file mode 100644
index 2a787431850..00000000000
--- a/app/views/projects/notes/discussions/_resolve_all.html.haml
+++ /dev/null
@@ -1,4 +0,0 @@
-%resolve-all{ ":namespace" => "'#{note.project.namespace.path}/#{note.project.path}'", ":discussion-id" => "'#{note.discussion_id}'", "inline-template" => true, "v-cloak" => true }
- %button.btn.btn-default{ type: "button", "@click" => "resolve", ":disabled" => "loading" }
- = icon("spinner spin", "v-show" => "loading")
- {{ buttonText }}