diff --git a/app/views/users/activity.html.erb b/app/views/users/activity.html.erb index 97be1cc..cdcd04b 100755 --- a/app/views/users/activity.html.erb +++ b/app/views/users/activity.html.erb @@ -66,7 +66,7 @@ <%= user.member_level_string %> <% if user.payments.present? %> <% last_payment = user.payments.maximum(:date) %> - <% if Date.today-last_payment > 60 %> + <% if Date.today-last_payment > 90 %> <% else %>