diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml
new file mode 100644
--- /dev/null
+++ b/app/views/groups/edit.html.haml
@@ -0,0 +1,7 @@
+%h1 Editing group
+
+= render 'form'
+
+= link_to 'Show', @group
+\|
+= link_to 'Back', groups_path