diff options
author | Christopher Baines <mail@cbaines.net> | 2018-06-23 21:16:43 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2018-06-23 21:16:43 +0100 |
commit | 07581d057b7f39cc7e3ca4e215633033cb1155e5 (patch) | |
tree | 8458170ba7389e448e6b8fee3a70a35dba5bdc3b | |
parent | dd4bad071db5e7c8423df07afb375d84a0abb8f6 (diff) | |
download | govuk-mini-environment-admin-07581d057b7f39cc7e3ca4e215633033cb1155e5.tar govuk-mini-environment-admin-07581d057b7f39cc7e3ca4e215633033cb1155e5.tar.gz |
Style the "View all terraform states" link as a button
-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> |