<% badge_style = 'padding: 3px 5px; font-size: 70%; font-weight: normal;' badge_text = user.forums_badge_text %> <% if user.respond_to?(:selected_billing_plan_id) %> <% if user.id == 5 %> <%= badge_text.presence || 'Admin' %> <% elsif user.selected_billing_plan_id == 2 %> <%= badge_text.presence || 'Beta Tester' %> <% elsif user.selected_billing_plan_id == 3 %> <%= badge_text.presence || 'Early Adopter' %> <% elsif user.on_premium_plan? %> <%= badge_text.presence || 'Premium Supporter' %> <% end %> <% end %>