<%= notice %>

Name: <%= @target.name %>

Description: <%= @target.description %>

Points: <%= @target.points %>

Mines: <%= @target.mines %>

Count: <%= @target.count %>

Last action: <%= @target.last_action %>

<%= link_to 'Edit', edit_target_path(@target) %> | <%= link_to 'Back', targets_path %>