<% if current_char.activity %>
<% most_recent_cs = current_char.character_skills.order(:updated_at).last %>
<%= most_recent_cs.skill.name %> level <%= most_recent_cs.level %>
<%= most_recent_cs.xp_to_next_level %> XP to next level
<%= button_to "Stop", stop_activity_path %>
<% end %>