Sha256: 8743319d382f708d816fed56a71070d41a4fd92bbd644067627ed38b8f843c0b
Contents?: true
Size: 391 Bytes
Versions: 14
Compression:
Stored size: 391 Bytes
Contents
<%= title @title %> <%= render :partial => "/layouts/lentil/top_navigation" %> <section class="wrapper"> <div class="grid"> <div class="grid-cell well"> <ul> <% @photographers.each do |photographer| %> <li><%= link_to photographer.user_name, photographer_path(photographer.id) %></li> <% end -%> </ul> </div> </div> </section>
Version data entries
14 entries across 14 versions & 1 rubygems