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

_security_patch_upgrade_alert.html.haml « gitlab_version « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9fe1400e87798d52ced16eed5308b53e1b3a8974 (plain)
1
2
3
4
- return unless show_security_patch_upgrade_alert?

#js-security-patch-upgrade-alert{ data: { "current_version": Gitlab.version_info } }
#js-security-patch-upgrade-alert-modal{ data: { "current_version": Gitlab.version_info, "version": gitlab_version_check.to_json } }