Skip to content

Commit b772c2c

Browse files
committed
Fix issue update.js
1 parent a7aee9d commit b772c2c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/views/issues/update.js.haml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- if params[:status_only]
2+
- if @issue.valid?
3+
:plain
4+
$("##{dom_id(@issue)}").fadeOut();

0 commit comments

Comments
 (0)