Sha256: 46000ebcbafe475843e9da117cd6794906c6d920702d56cb3caf93924657f862

Contents?: true

Size: 733 Bytes

Versions: 14

Compression:

Stored size: 733 Bytes

Contents

<%= title @title %>
<%= render :partial => "/layouts/lentil/top_navigation" %>
<section class="wrapper">
  <div class="grid">
    <div class="grid-cell well photographer-info">
      <h1><%= @photographer.user_name %> (<%= t 'lentil.photographer.photo', :count => @images.total_entries %>)</h1>
      <%# FIXME: Is there a better way to be recording the photographer URL? %>
      <h2><%= link_to t('lentil.photographer.service_link', username: @photographer.user_name , service: @photographer.service.name), @photographer.service.url + "/" + @photographer.user_name %></h2>
    </div>
    <%= render :partial => "/lentil/images/image_tiles" %>
    <div id="paging">
      <%= will_paginate @images %>
    </div>
  </div>
</section>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
lentil-0.2.3 app/views/lentil/photographers/show.html.erb
lentil-0.2.2 app/views/lentil/photographers/show.html.erb
lentil-0.2.1 app/views/lentil/photographers/show.html.erb
lentil-0.2.0 app/views/lentil/photographers/show.html.erb
lentil-0.1.8 app/views/lentil/photographers/show.html.erb
lentil-0.1.7 app/views/lentil/photographers/show.html.erb
lentil-0.1.6 app/views/lentil/photographers/show.html.erb
lentil-0.1.3 app/views/lentil/photographers/show.html.erb
lentil-0.1.2 app/views/lentil/photographers/show.html.erb
lentil-0.1.1 app/views/lentil/photographers/show.html.erb
lentil-0.1.0 app/views/lentil/photographers/show.html.erb
lentil-0.0.3.pre app/views/lentil/photographers/show.html.erb
lentil-0.0.2.pre app/views/lentil/photographers/show.html.erb
lentil-0.0.1.pre app/views/lentil/photographers/show.html.erb