diff --git a/app/views/settings/accounts/show.html.erb b/app/views/settings/accounts/show.html.erb index 2f5c1845..3e25a351 100644 --- a/app/views/settings/accounts/show.html.erb +++ b/app/views/settings/accounts/show.html.erb @@ -1,4 +1,17 @@ +

<%= notice %>

+

+ Title: + <%= @settings_account.title %> +

+ +

+ Account type: + <%= @settings_account.account_type %> +

+ +<%= link_to 'Edit', %> | +<%= link_to 'Back', settings_accounts_path %>