<% if current_char.activity %>

<%= current_char.activity.name %>

<%= current_char.activity.description %>

<%= render "timer" %>
<% else %>

You're not currently doing anything. Maybe you'd like to <%= link_to "go somewhere", locations_path %>?

<% end %>