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