%= render 'admin/workout_plans/navigation' %> <%= post_wrapper_for @exercise.name do %>
Name: <%= @exercise.name %>
Muscle Group: <%= @exercise.muscle.name %>
Description: <%= simple_format @exercise.description %>
<%= link_to "Edit", edit_admin_exercise_path(@exercise) %> | <%= link_to "Destroy", [:admin, @exercise], :confirm => 'Are you sure?', :method => :delete %> | <%= link_to "View All", admin_exercise_path %>
<% end %>