Sha256: 40b528b8b22880ba11ae683315a1389fc4047370e90db8d87ae3da02934d7104
Contents?: true
Size: 263 Bytes
Versions: 25
Compression:
Stored size: 263 Bytes
Contents
<% if object.features && !object.features.empty? %> <div class="tags"> <p class="tag_title">Features</p> <ul> <% object.features.each do |feature| %> <li> <span class="name"><%= feature %></span> </li> <% end %> </ul> </div> <% end %>
Version data entries
25 entries across 25 versions & 1 rubygems