Sha256: f2cb8968087dd59ecb361411ec2f81a2142301f94b1a90b1e1b7fe12c0891845

Contents?: true

Size: 296 Bytes

Versions: 5

Compression:

Stored size: 296 Bytes

Contents

<% if reward.medal %>
  <div class="medal">
    <div class="image"><%= image_tag reward.medal.image %></div>
    <div class="name"><%= reward.medal.name %></div>
    <div class="description"><%= reward.medal.description %></div>
  </div>
<% end %>

<div class="points"><%= reward.points %></div>

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
go_gamification-0.0.4 app/views/go_gamification/rewards/_reward.html.erb
gamification-1.0.3 app/views/gamification/rewards/_reward.html.erb
gamification-1.0.2 app/views/gamification/rewards/_reward.html.erb
gamification-1.0.1 app/views/gamification/rewards/_reward.html.erb
gamification-1.0.0 app/views/gamification/rewards/_reward.html.erb