Sha256: 9bd9ea9e4ead8723babd83b768d130e233ffed0c662a7941facd63c802d52db9
Contents?: true
Size: 257 Bytes
Versions: 2
Compression:
Stored size: 257 Bytes
Contents
<% if rewards.any? %> <div class="reward-presentation"> <div class="block-content"> <div class="row items-push text-center"> <% rewards.each do |reward| %> <%= render reward %> <% end %> </div> </div> </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
go_gamification-0.0.7 | app/views/go_gamification/rewards/_presentation.html.erb |
go_gamification-0.0.6 | app/views/go_gamification/rewards/_presentation.html.erb |