Sha256: ded1cf9bf7736c441dc4bcf74cdef1458fa1bb00ab91e31387f25d61e481af16

Contents?: true

Size: 153 Bytes

Versions: 5

Compression:

Stored size: 153 Bytes

Contents

<% if rewards.any? %>
  <div class="reward-presentation">
    <% rewards.each do |reward| %>
      <%= render reward %>
    <% end %>
  </div>
<% end %>

Version data entries

5 entries across 5 versions & 2 rubygems

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