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

constants.js « batch_comments « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b309c339fc836d98b289d2b03de4e9ce6ad5ab0d (plain)
1
2
3
export const CHANGES_TAB = 'diffs';
export const DISCUSSION_TAB = 'notes';
export const SHOW_TAB = 'show';