aboutsummaryrefslogtreecommitdiff
path: root/app/views/mini_environments/new.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/mini_environments/new.html.erb')
-rw-r--r--app/views/mini_environments/new.html.erb5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/views/mini_environments/new.html.erb b/app/views/mini_environments/new.html.erb
new file mode 100644
index 0000000..4a4712e
--- /dev/null
+++ b/app/views/mini_environments/new.html.erb
@@ -0,0 +1,5 @@
+
+<%= form_for @mini_environment, url: {action: "create"} do |f| %>
+ <%= f.text_field :name %>
+ <%= f.submit "Create" %>
+<% end %>