diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-20 16:42:13 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-12-20 16:42:13 +0200 |
| commit | b772c2c3f02c5beebd4c7ba8d43f9f5ac351b3f7 (patch) | |
| tree | 46926e5a7d0dda1610237a9fc30555796d05b09b /app/views/issues/update.js.haml | |
| parent | a7aee9d1ee9b8e90deb9c8d71a4ea9d96c0d6f8f (diff) | |
| download | gitlab-ce-b772c2c3f02c5beebd4c7ba8d43f9f5ac351b3f7.tar.gz | |
Fix issue update.js
Diffstat (limited to 'app/views/issues/update.js.haml')
| -rw-r--r-- | app/views/issues/update.js.haml | 4 |
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(); |
