mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-03-03 14:38:41 -05:00
remove bullet points from new photo page
This commit is contained in:
@@ -21,14 +21,13 @@
|
||||
= page_entries_info @photos, :model => "photos"
|
||||
= will_paginate @photos
|
||||
|
||||
%ul.thumbnails
|
||||
.row
|
||||
- @photos.each do |p|
|
||||
%li.col-md-2.six-across
|
||||
.thumbnail(style='height: 220px')
|
||||
= link_to image_tag(FlickRaw.url_q(p), :alt => '', :class => 'img-rounded'), photos_path(:photo => { :flickr_photo_id => p.id }, :planting_id => @planting_id), :method => :post
|
||||
%p
|
||||
=p.title
|
||||
.row
|
||||
- @photos.each do |p|
|
||||
.col-md-2.six-across
|
||||
.thumbnail(style='height: 220px')
|
||||
= link_to image_tag(FlickRaw.url_q(p), :alt => '', :class => 'img-rounded'), photos_path(:photo => { :flickr_photo_id => p.id }, :planting_id => @planting_id), :method => :post
|
||||
%p
|
||||
=p.title
|
||||
|
||||
- else
|
||||
.alert
|
||||
|
||||
Reference in New Issue
Block a user