Sha256: fe21c4700f0c00d4bfce94ed17885604ddc5dd150841b2eda81c6f06571c4e82
Contents?: true
Size: 384 Bytes
Versions: 67
Compression:
Stored size: 384 Bytes
Contents
<% err = err_count run = run_count %> <div class="home-menu"> <span>lists:</span> <a href="<%= root_url %>" class="<% if @option == 'overview' %>on<% end %> overview">overview <% if run > 0 %><span><%= run %></span><% end %></a> <a href="<%= errors_path %>" class="<% if @option == 'errors' %>on<% end %>">errors <% if err > 0 %><span><%= err %></span><% end %></a> </div>
Version data entries
67 entries across 67 versions & 1 rubygems