<%= @activity.name %>

<%= @activity.description %>

<%= render "timer" %>
<%= link_to "Start", start_activity_path(@activity), method: :post %>