aboutsummaryrefslogtreecommitdiff
path: root/app/views/mini_environments/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/mini_environments/show.html.erb')
-rw-r--r--app/views/mini_environments/show.html.erb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/mini_environments/show.html.erb b/app/views/mini_environments/show.html.erb
new file mode 100644
index 0000000..2d8988c
--- /dev/null
+++ b/app/views/mini_environments/show.html.erb
@@ -0,0 +1,6 @@
+<h1>Name: <%= @mini_environment.name %></h1>
+
+<% @mini_environment.finished_terraform_jobs.each do |job| %>
+ <%= job.job_class %>
+ <%= job.created_at %>
+<% end %>