aboutsummaryrefslogtreecommitdiff
path: root/app/views/mini_environments
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2018-07-06 10:00:29 +0100
committerChristopher Baines <mail@cbaines.net>2018-07-06 10:00:29 +0100
commita104debbcbdffc7ff7acfae9aed2c744608d6ad8 (patch)
treebce6adc33ab06564671159d7bc4ec41f0ecd17ea /app/views/mini_environments
parent31f3df017bc2a35aeefc1a2fcfd5ae1f25667acb (diff)
downloadgovuk-mini-environment-admin-a104debbcbdffc7ff7acfae9aed2c744608d6ad8.tar
govuk-mini-environment-admin-a104debbcbdffc7ff7acfae9aed2c744608d6ad8.tar.gz
Display some basic details about data snapshots
Diffstat (limited to 'app/views/mini_environments')
-rw-r--r--app/views/mini_environments/show.html.erb9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/mini_environments/show.html.erb b/app/views/mini_environments/show.html.erb
index 6b7871d..0f166f6 100644
--- a/app/views/mini_environments/show.html.erb
+++ b/app/views/mini_environments/show.html.erb
@@ -142,6 +142,15 @@ at the revision specified in the revision of GOV.UK Guix
<% end %>
</ul>
+<p>
+ <% if @mini_environment.data_snapshot %>
+ <strong>Data Snapshot:</strong>
+ <%= @mini_environment.data_snapshot.description %>
+ <% else %>
+ No data snapshot used.
+ <% end %>
+</p>
+
<h3>Initial Signon Users</h3>
<table class="table table-bordered table-hover">