Sha256: 0b9aa6886691457de37980947e5adc1c3be78d4f5e4194787fbfd778e0a7dbd8

Contents?: true

Size: 327 Bytes

Versions: 17

Compression:

Stored size: 327 Bytes

Contents

<h1><%= header %></h1>
<% if not item.empty? %>
  <ul>
  <% for i in item %>
    <% if i[:current] %>
      <li><strong><%= i[:name] %></strong></li>
    <% else %>
      <li><a href="<%= i[:url] %>"><%= i[:name] %></a></li>
    <% end %>
  <% end %>
  </ul>
<% end %>
<% if item.empty? %>
  <p>The list is empty.</p>
<% end %>

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
angry_mob_common_targets-0.1.0 vendor/mustache/benchmarks/complex.erb
mustache-0.5.1 benchmarks/complex.erb
mustache-0.5.0 benchmarks/complex.erb
mustache-0.4.2 benchmarks/complex.erb
mustache-0.4.1 benchmarks/complex.erb
mustache-0.4.0 benchmarks/complex.erb
mustache-0.3.2 benchmarks/complex.erb
mustache-0.3.1 benchmarks/complex.erb
mustache-0.3.0 benchmarks/complex.erb
mustache-0.2.2 benchmarks/complex.erb
mustache-0.2.1 benchmarks/complex.erb
mustache-0.2.0 benchmarks/complex.erb
mustache-0.1.4 benchmarks/complex.erb
mustache-0.1.3 benchmarks/complex.erb
mustache-0.1.2 benchmarks/complex.erb
mustache-0.1.1 benchmarks/complex.erb
mustache-0.1.0 benchmarks/complex.erb