Welcome to mirror list, hosted at ThFree Co, Russian Federation.

update.js.haml « notifications « profiles « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84c6ab25599e4356f30a14c33264d884a51b3e07 (plain)
1
2
3
4
5
6
- if @saved
  :plain
    new Flash("Notification settings saved", "notice")
- else
  :plain
    new Flash("Failed to save new settings", "alert")