aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/backends/terraform_aws/new.html.erb2
-rw-r--r--app/views/backends/terraform_aws/show.html.erb2
-rw-r--r--app/views/backends/terraform_libvirt/new.html.erb2
-rw-r--r--app/views/backends/terraform_libvirt/show.html.erb2
-rw-r--r--app/views/govuk_guix/revisions/show.html.erb2
-rw-r--r--app/views/mini_environments/new.html.erb2
-rw-r--r--app/views/mini_environments/show.html.erb2
7 files changed, 7 insertions, 7 deletions
diff --git a/app/views/backends/terraform_aws/new.html.erb b/app/views/backends/terraform_aws/new.html.erb
index fbd26a1..bcbf3b4 100644
--- a/app/views/backends/terraform_aws/new.html.erb
+++ b/app/views/backends/terraform_aws/new.html.erb
@@ -22,7 +22,7 @@ License along with the GOV.UK Mini Environment Admin. If not, see
%>
-<a href="<%= setup_path %>" class="btn btn-lg btn-primary pull-right">
+<a href="<%= setup_path %>" class="btn btn-lg btn-default pull-right">
Back to setup
</a>
diff --git a/app/views/backends/terraform_aws/show.html.erb b/app/views/backends/terraform_aws/show.html.erb
index 6204d96..81ce150 100644
--- a/app/views/backends/terraform_aws/show.html.erb
+++ b/app/views/backends/terraform_aws/show.html.erb
@@ -22,7 +22,7 @@ License along with the GOV.UK Mini Environment Admin. If not, see
%>
-<a href="<%= setup_path %>" class="btn btn-lg btn-primary pull-right">
+<a href="<%= setup_path %>" class="btn btn-lg btn-default pull-right">
Back to Setup
</a>
diff --git a/app/views/backends/terraform_libvirt/new.html.erb b/app/views/backends/terraform_libvirt/new.html.erb
index dcba6de..2996cdf 100644
--- a/app/views/backends/terraform_libvirt/new.html.erb
+++ b/app/views/backends/terraform_libvirt/new.html.erb
@@ -22,7 +22,7 @@ License along with the GOV.UK Mini Environment Admin. If not, see
%>
-<a href="<%= setup_path %>" class="btn btn-lg btn-primary pull-right">
+<a href="<%= setup_path %>" class="btn btn-lg btn-default pull-right">
Back to setup
</a>
diff --git a/app/views/backends/terraform_libvirt/show.html.erb b/app/views/backends/terraform_libvirt/show.html.erb
index b151c8e..d7a1641 100644
--- a/app/views/backends/terraform_libvirt/show.html.erb
+++ b/app/views/backends/terraform_libvirt/show.html.erb
@@ -22,7 +22,7 @@ License along with the GOV.UK Mini Environment Admin. If not, see
%>
-<a href="<%= setup_path %>" class="btn btn-lg btn-primary pull-right">
+<a href="<%= setup_path %>" class="btn btn-lg btn-default pull-right">
Back to Setup
</a>
diff --git a/app/views/govuk_guix/revisions/show.html.erb b/app/views/govuk_guix/revisions/show.html.erb
index fe42dd7..2f75c56 100644
--- a/app/views/govuk_guix/revisions/show.html.erb
+++ b/app/views/govuk_guix/revisions/show.html.erb
@@ -22,7 +22,7 @@ License along with the GOV.UK Mini Environment Admin. If not, see
%>
-<a href="<%= setup_path %>" class="btn btn-lg btn-primary pull-right">
+<a href="<%= setup_path %>" class="btn btn-lg btn-default pull-right">
Back to Setup
</a>
diff --git a/app/views/mini_environments/new.html.erb b/app/views/mini_environments/new.html.erb
index b8674fe..3180818 100644
--- a/app/views/mini_environments/new.html.erb
+++ b/app/views/mini_environments/new.html.erb
@@ -22,7 +22,7 @@ License along with the GOV.UK Mini Environment Admin. If not, see
%>
-<a href="<%= mini_environments_path %>" class="btn btn-lg btn-primary pull-right">
+<a href="<%= mini_environments_path %>" class="btn btn-lg btn-default pull-right">
Back to list
</a>
diff --git a/app/views/mini_environments/show.html.erb b/app/views/mini_environments/show.html.erb
index ac4a2bf..bfb9a54 100644
--- a/app/views/mini_environments/show.html.erb
+++ b/app/views/mini_environments/show.html.erb
@@ -22,7 +22,7 @@ License along with the GOV.UK Mini Environment Admin. If not, see
%>
-<a href="<%= mini_environments_path %>" class="btn btn-lg btn-primary pull-right">
+<a href="<%= mini_environments_path %>" class="btn btn-lg btn-default pull-right">
Back to list
</a>