summaryrefslogtreecommitdiff
path: root/app/views/admin/projects/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/projects/edit.html.haml')
-rw-r--r--app/views/admin/projects/edit.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/admin/projects/edit.html.haml b/app/views/admin/projects/edit.html.haml
new file mode 100644
index 00000000000..ade0f543d58
--- /dev/null
+++ b/app/views/admin/projects/edit.html.haml
@@ -0,0 +1,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'