Sha256: 2251ab2fe5b84166e5cdc464a5ae7054102baf584e9ebff8608302c317ac0ccc
Contents?: true
Size: 392 Bytes
Versions: 18
Compression:
Stored size: 392 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
18 entries across 18 versions & 1 rubygems