gmanley/loggia

View on GitHub
app/views/sources/show.html.haml

Summary

Maintainability
Test Coverage
%header.page-header
  %h1= @source.name

#thumbnails-wrapper.row-fluid
  #images.grid-container{data: { toggle: 'modal-gallery', target: '#modal-gallery' }}
    = render @images
  = paginate @images
  - unless @images.empty?
    %span.muted= page_entries_info(@images)