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

Version Path
lentil-1.0.5 app/views/lentil/photographers/index.html.erb
lentil-1.0.4 app/views/lentil/photographers/index.html.erb
lentil-1.0.3 app/views/lentil/photographers/index.html.erb
lentil-1.0.2 app/views/lentil/photographers/index.html.erb
lentil-1.0.1 app/views/lentil/photographers/index.html.erb
lentil-1.0.0 app/views/lentil/photographers/index.html.erb
lentil-0.9.1 app/views/lentil/photographers/index.html.erb
lentil-0.9.0 app/views/lentil/photographers/index.html.erb
lentil-0.8.0 app/views/lentil/photographers/index.html.erb
lentil-0.7.1 app/views/lentil/photographers/index.html.erb
lentil-0.6.0 app/views/lentil/photographers/index.html.erb
lentil-0.5.2 app/views/lentil/photographers/index.html.erb
lentil-0.5.1 app/views/lentil/photographers/index.html.erb
lentil-0.5.0 app/views/lentil/photographers/index.html.erb
lentil-0.4.2 app/views/lentil/photographers/index.html.erb
lentil-0.4.0 app/views/lentil/photographers/index.html.erb
lentil-0.3.1 app/views/lentil/photographers/index.html.erb
lentil-0.3.0 app/views/lentil/photographers/index.html.erb