Sha256: 82554254ff7e6c759b59dbbaa8b6f161d37fc7fdb483f50410d4ec400f804155
Contents?: true
Size: 400 Bytes
Versions: 35
Compression:
Stored size: 400 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
35 entries across 35 versions & 7 rubygems