debian-mirror-gitlab/app/views/admin/projects/edit.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
181 B
Text
Raw Normal View History

2023-05-27 22:25:52 +05:30
- 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'