summaryrefslogtreecommitdiff
path: root/app/views/remote_usernames/show.html.erb
blob: 416ca9dc5e8ddc6f408c4decf815d9ae2348f712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<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 %>