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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-20 18:42:13 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-20 18:42:13 +0400
commitb772c2c3f02c5beebd4c7ba8d43f9f5ac351b3f7 (patch)
tree46926e5a7d0dda1610237a9fc30555796d05b09b /app/views/issues
parenta7aee9d1ee9b8e90deb9c8d71a4ea9d96c0d6f8f (diff)
Fix issue update.js
Diffstat (limited to 'app/views/issues')
-rw-r--r--app/views/issues/update.js.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/issues/update.js.haml b/app/views/issues/update.js.haml
new file mode 100644
index 00000000000..7f66022a2de
--- /dev/null
+++ b/app/views/issues/update.js.haml
@@ -0,0 +1,4 @@
+- if params[:status_only]
+ - if @issue.valid?
+ :plain
+ $("##{dom_id(@issue)}").fadeOut();