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:
authorPhil Hughes <me@iamphill.com>2016-07-26 17:57:14 +0300
committerPhil Hughes <me@iamphill.com>2016-07-26 17:57:14 +0300
commit14710f7704f7c4a54bdf216c77b2168bcab46f90 (patch)
tree969f7299613919c604d8b48f446e20ffd1213154 /app/views/projects/notes
parenta678fef83611ea873d252941586c18171cd6ba07 (diff)
Shows tooltip for resolved even if user cant resolve comments
Diffstat (limited to 'app/views/projects/notes')
-rw-r--r--app/views/projects/notes/_note.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/projects/notes/_note.html.haml b/app/views/projects/notes/_note.html.haml
index d939a17f0b8..69b770b62b7 100644
--- a/app/views/projects/notes/_note.html.haml
+++ b/app/views/projects/notes/_note.html.haml
@@ -39,7 +39,6 @@
class: ("is-disabled" if !can?(current_user, :resolve_note, note)),
":class" => "{ 'is-active': isResolved }",
":aria-label" => "buttonText",
- ":disabled" => !can?(current_user, :resolve_note, note),
"@click" => "resolve",
":title" => "buttonText",
"v-show" => "!loading",