diff --git a/app/views/settings/accounts/index.html.erb b/app/views/settings/accounts/index.html.erb
index 23cfb7eb..541bc0a1 100644
--- a/app/views/settings/accounts/index.html.erb
+++ b/app/views/settings/accounts/index.html.erb
@@ -16,9 +16,9 @@
| Title |
Account Type |
- Can get Discount |
+
Can get Points |
- Can get Bonus |
+
Can rebate |
Action |
@@ -30,9 +30,9 @@
| <%= account.title %> |
<%= account.account_type %> |
- <%= account.discount %> |
+
<%= account.point %> |
- <%= account.bonus %> |
+
<%= account.rebate %> |
<%= link_to 'Edit', edit_settings_account_path(account) %> |
diff --git a/app/views/settings/accounts/show.html.erb b/app/views/settings/accounts/show.html.erb
index 284bb602..6d28df26 100644
--- a/app/views/settings/accounts/show.html.erb
+++ b/app/views/settings/accounts/show.html.erb
@@ -1,4 +1,4 @@
-
+
|