Sha256: 94c9af7d1a9902910a289c56f51a2b69b06060c4538cd48ca5d8f75d3e369ea5

Contents?: true

Size: 734 Bytes

Versions: 18

Compression:

Stored size: 734 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

18 entries across 18 versions & 1 rubygems

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