add notice when matching is completed #93

Open
bilal.catic wants to merge 6 commits from add-notice-when-appearance-release-matching-is-finished into master
Showing only changes of commit a4204e2fa3 - Show all commits

View File

@@ -27,4 +27,5 @@ $(document).on "turbolinks:load", ->
$(".toast").toast('show')
showMatchingStatusUpdate: (content) ->
$("#flash-message").replaceWith content
$(".flash-message").html content
$(".toast").toast('show')