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

edit.html.haml « projects « admin « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ade0f543d5852c50ac692d091743eaa180d38125 (plain)
1
2
3
4
- page_title _("Edit"), @project.name, _("Projects")
%h1.page-title.gl-font-size-h-display= _('Edit project: %{project_name}') % { project_name: @project.name }
%hr
= render 'form'