gitlabhq/app/views/notifications/update.js.haml
2013-03-27 20:07:52 +02:00

8 lines
161 B
Plaintext

- if @saved
:plain
$('.update-notifications .update-success').showAndHide();
- else
:plain
$('.update-notifications .update-failed').showAndHide();