diff --git a/app/views/origami/surveys/index.html.erb b/app/views/origami/surveys/index.html.erb index 5ffcbff5..ec28b822 100755 --- a/app/views/origami/surveys/index.html.erb +++ b/app/views/origami/surveys/index.html.erb @@ -1,6 +1,6 @@
| <%= account.title %> | -<%= %><%= account.account_type == 1 ? "Expense" : "Income"%> | +<%= account.account_type == 1 ? "Expense" : "Income"%> | <%= account.discount %> | <%= account.point %> | <%= account.bonus %> | diff --git a/app/views/origami/surveys/new.html.erb b/app/views/origami/surveys/new.html.erb index 630ae543..c7185018 100755 --- a/app/views/origami/surveys/new.html.erb +++ b/app/views/origami/surveys/new.html.erb @@ -1,6 +1,6 @@