<li><spanclass="emphasize"><%="#{athlete.first_name.titleize}#{athlete.last_name.titleize}: "%></span><%="#{athlete.training_hours_per_week} hours of training per week - #{athlete.sports}"%><spanclass="bold">SPORT</span></li>
<div>
<%=link_to"Show",athlete_path(athlete.id)%>
<%=link_to"Edit",edit_athlete_path(athlete.id)%>
<%=link_to"Delete",athlete_path(athlete.id),method: :delete,data: {confirm: 'Are you sure?'}%>
</div>
<%end%>
</ol>
</div>
<hr>
<%end%>
<ahref="/"><h2>Go back to Home</h2></a><%=%>
<ahref="/athletes/new"><h2>Add an Athlete's Information</h2></a>