gitlabhq/app/views/notifications/update.js.haml

8 lines
161 B
Plaintext
Raw Normal View History

2013-03-27 19:07:52 +01:00
- if @saved
:plain
$('.update-notifications .update-success').showAndHide();
- else
:plain
$('.update-notifications .update-failed').showAndHide();