From 2374fedca5ec5d00a5d2c4cec56f16f423e411fe Mon Sep 17 00:00:00 2001 From: Aung Myo Date: Sat, 3 Jun 2017 10:37:05 +0630 Subject: [PATCH] account show.html --- app/views/settings/accounts/show.html.erb | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 %>