<%= notice %>

Name: <%= @gamification_item.name %>

Itemtype: <%= @gamification_item.item_type %>

Image: <%= @gamification_item.image %>

Rarity: <%= @gamification_item.rarity %>

Cost: <%= @gamification_item.cost %>

User: <%= @gamification_item.user_id %>

Description: <%= @gamification_item.description %>

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