diff options
-rw-r--r-- | app/views/terraform_http_backend/show.html.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/terraform_http_backend/show.html.erb b/app/views/terraform_http_backend/show.html.erb index 764c172..49ae1dd 100644 --- a/app/views/terraform_http_backend/show.html.erb +++ b/app/views/terraform_http_backend/show.html.erb @@ -22,7 +22,8 @@ License along with the GOV.UK Mini Environment Admin. If not, see %> -<a class="pull-right" href="<%= terraform_states_path %>"> +<a class="btn btn-lg btn-default pull-right" + href="<%= terraform_states_path %>"> View all terraform states </a> |