mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-02-02 05:31:01 -05:00
got rid of all img-rounded classes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.well
|
||||
.row
|
||||
.col-md-4
|
||||
= link_to image_tag((crop.default_photo ? crop.default_photo.thumbnail_url : 'placeholder_150.png'), :alt => '', :class => 'img-rounded crop-image'), crop
|
||||
= link_to image_tag((crop.default_photo ? crop.default_photo.thumbnail_url : 'placeholder_150.png'), :alt => '', :class => 'img crop-image'), crop
|
||||
.col-md-8
|
||||
%h3{:style => 'padding-top: 0px; margin-top: 0px'}
|
||||
= link_to crop, crop
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
:size => defined?(size) ? size : 150, |
|
||||
:default => :identicon }), |
|
||||
:alt => '', |
|
||||
:class => 'img-rounded img-responsive avatar' ), |
|
||||
:class => 'img img-responsive avatar' ), |
|
||||
member_path(member)
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
- @photos.each do |p|
|
||||
.col-md-2.six-across
|
||||
.thumbnail(style='height: 220px')
|
||||
= link_to image_tag(p.thumbnail_url, :alt => p.title, :class => 'img-rounded'), p
|
||||
= link_to image_tag(p.thumbnail_url, :alt => p.title, :class => 'img'), p
|
||||
%p
|
||||
= link_to p.title, p
|
||||
by
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
- @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 }, :type => @type, :id => @id), :method => :post
|
||||
= link_to image_tag(FlickRaw.url_q(p), :alt => '', :class => 'img'), photos_path(:photo => { :flickr_photo_id => p.id }, :type => @type, :id => @id), :method => :post
|
||||
%p
|
||||
=p.title
|
||||
|
||||
|
||||
@@ -27,5 +27,5 @@
|
||||
|
||||
.row
|
||||
.col-md-12
|
||||
%p= image_tag(@photo.fullsize_url, :alt => @photo.title, :class => 'img-rounded')
|
||||
%p= image_tag(@photo.fullsize_url, :alt => @photo.title, :class => 'img')
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.well
|
||||
.row
|
||||
.col-md-3
|
||||
= link_to image_tag((planting.default_photo ? planting.default_photo.thumbnail_url : 'placeholder_150.png'), :alt => '', :class => 'img-rounded'), planting
|
||||
= link_to image_tag((planting.default_photo ? planting.default_photo.thumbnail_url : 'placeholder_150.png'), :alt => '', :class => 'img'), planting
|
||||
|
||||
.col-md-9
|
||||
%h4
|
||||
|
||||
Reference in New Issue
Block a user