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

_new_repo_experiment.html.haml « header « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aaa13d593cdcb57bc8aa1aafba161c2b26684fde (plain)
1
2
3
4
5
6
- content_for :new_repo_experiment do
  - experiment(:new_repo, user: current_user) do |e|
    - e.use do
      = _('New project')
    - e.try do
      = _('New project/repository')