diff --git a/app/views/dashboard/show.html.erb b/app/views/dashboard/show.html.erb index 4b6ca06..19ae998 100644 --- a/app/views/dashboard/show.html.erb +++ b/app/views/dashboard/show.html.erb @@ -53,9 +53,9 @@ <% if income.included %> - Yes + yes <% else %> - No + no <% end %> @@ -72,10 +72,8 @@ Bill Payment - Period Monthly - Credit Card - Estimated + @@ -87,27 +85,21 @@ <%= number_to_currency(expense.payment) %> - - - <%= expense.period %> - - <%= number_to_currency(expense.monthly) %> - <% if expense.credit_card %> - Yes - <% else %> - No - <% end %> - - - <% if expense.estimated %> - Est. - <% else %> - Actual - <% end %> +
+ + <%= expense.period.downcase %> + + <% if expense.credit_card %> + credit card + <% end %> + <% if expense.estimated %> + estimated + <% end %> +
<% end %>