We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7aee9d commit b772c2cCopy full SHA for b772c2c
app/views/issues/update.js.haml
@@ -0,0 +1,4 @@
1
+- if params[:status_only]
2
+ - if @issue.valid?
3
+ :plain
4
+ $("##{dom_id(@issue)}").fadeOut();
0 commit comments