about summary refs log tree commit diff
path: root/app/views/players/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/players/show.html.erb')
-rw-r--r--app/views/players/show.html.erb10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/views/players/show.html.erb b/app/views/players/show.html.erb
new file mode 100644
index 0000000..19ade1d
--- /dev/null
+++ b/app/views/players/show.html.erb
@@ -0,0 +1,10 @@
+<p style="color: green"><%= notice %></p>
+
+<%= render @player %>
+
+<div>
+  <%= link_to "Edit this player", edit_player_path(@player) %> |
+  <%= link_to "Back to players", players_path %>
+
+  <%= button_to "Destroy this player", @player, method: :delete %>
+</div>