summaryrefslogtreecommitdiff
path: root/app/views/remote_usernames/show.html.erb
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-04 21:07:32 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-04 21:07:32 -0400
commit1cca0b2c418d1c4a31a27c98d7b0951545303d2c (patch)
tree889ae82c823c87c33438c9b3f40c67a5036698de /app/views/remote_usernames/show.html.erb
parent1627387966a4186a924bafd80cbd84c0861142b5 (diff)
parentb43bab15521c7c511ab7012bd137daa0e85bb95b (diff)
Merge branch 'clean2'
Conflicts: config/routes.rb db/schema.rb
Diffstat (limited to 'app/views/remote_usernames/show.html.erb')
-rw-r--r--app/views/remote_usernames/show.html.erb19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/views/remote_usernames/show.html.erb b/app/views/remote_usernames/show.html.erb
deleted file mode 100644
index 416ca9d..0000000
--- a/app/views/remote_usernames/show.html.erb
+++ /dev/null
@@ -1,19 +0,0 @@
-<p id="notice"><%= notice %></p>
-
-<p>
- <strong>Game:</strong>
- <%= @remote_username.game %>
-</p>
-
-<p>
- <strong>User:</strong>
- <%= @remote_username.user %>
-</p>
-
-<p>
- <strong>User name:</strong>
- <%= @remote_username.user_name %>
-</p>
-
-<%= link_to 'Edit', edit_remote_username_path(@remote_username) %> |
-<%= link_to 'Back', remote_usernames_path %>