Sha256: 5c07be8d6cc304b58445d082cadbe4858b2aca20da190ae5bfe352898a1bf36f

Contents?: true

Size: 662 Bytes

Versions: 4

Compression:

Stored size: 662 Bytes

Contents

<p id="notice"><%= notice %></p>

<p>
  <strong>Name:</strong>
  <%= @gamification_item.name %>
</p>

<p>
  <strong>Itemtype:</strong>
  <%= @gamification_item.item_type %>
</p>

<p>
  <strong>Image:</strong>
  <%= @gamification_item.image %>
</p>

<p>
  <strong>Rarity:</strong>
  <%= @gamification_item.rarity %>
</p>

<p>
  <strong>Cost:</strong>
  <%= @gamification_item.cost %>
</p>

<p>
  <strong>User:</strong>
  <%= @gamification_item.user_id %>
</p>

<p>
  <strong>Description:</strong>
  <%= @gamification_item.description %>
</p>

<%= link_to 'Edit', edit_gamification_item_path(@gamification_item) %> |
<%= link_to 'Back', gamification_items_path %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
go_gamification-0.0.20 app/views/gamification/items/show.html.erb
go_gamification-0.0.19 app/views/gamification/items/show.html.erb
go_gamification-0.0.18 app/views/gamification/items/show.html.erb
go_gamification-0.0.17 app/views/gamification/items/show.html.erb