Prepare UI for notification settings
This commit is contained in:
parent
d55ade1686
commit
ba59912072
8 changed files with 81 additions and 20 deletions
7
app/views/notifications/update.js.haml
Normal file
7
app/views/notifications/update.js.haml
Normal file
|
@ -0,0 +1,7 @@
|
|||
- if @saved
|
||||
:plain
|
||||
$('.update-notifications .update-success').showAndHide();
|
||||
- else
|
||||
:plain
|
||||
$('.update-notifications .update-failed').showAndHide();
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue