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

edit.html.haml « environments « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c4e2c1eb63d6a801cd8fd8589f5befb19b63bcb7 (plain)
1
2
3
4
5
6
7
- page_title _("Edit"), @environment.name, _("Environments")
- add_page_specific_style 'page_bundles/environments'

%h3.page-title
  = _('Edit environment')
%hr
= render 'form'