Sha256: 9c8eea24df6a1b8fd1b03d18e59ab1f545eeb32151d258946b4759e4fbcd652b
Contents?: true
Size: 405 Bytes
Versions: 157
Compression:
Stored size: 405 Bytes
Contents
<% if taxon.children.length != 0 %> <ul> <% taxon.children.each do |child| %> <li id="<%= child.id %>" rel="taxon"> <a style="background-image: url(<%= child.icon.url %>);" href="#"><%= child.name %></a> <% if child.children.length > 0 %> <%= render :partial => 'taxon', :locals => { :taxon => child } %> <% end %> </li> <% end %> </ul> <% end %>
Version data entries
157 entries across 157 versions & 4 rubygems