23 lines
284 B
Plaintext
23 lines
284 B
Plaintext
<p>
|
|
<b>Requester:</b>
|
|
<%=h @mash.requester %>
|
|
</p>
|
|
|
|
<p>
|
|
<b>Map a:</b>
|
|
<%=h @mash.map_a %>
|
|
</p>
|
|
|
|
<p>
|
|
<b>Map b:</b>
|
|
<%=h @mash.map_b %>
|
|
</p>
|
|
|
|
<p>
|
|
<b>Winner:</b>
|
|
<%=h @mash.winner %>
|
|
</p>
|
|
|
|
|
|
<%= link_to 'Edit', edit_mash_path(@mash) %> |
|
|
<%= link_to 'Back', mashes_path %> |