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

default_sample_data_templates.js « projects « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c45e7ac62fbd2ef720f1465ffa3ba022170404f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import { s__ } from '~/locale';

export default {
  basic: {
    text: s__('ProjectTemplates|Basic'),
    icon: '.template-option .icon-basic',
  },
  serenity_valley: {
    text: s__('ProjectTemplates|Serenity Valley'),
    icon: '.template-option .icon-serenity_valley',
  },
};