mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-08-07 05:13:37 -04:00
Tidy up small screen display
This commit is contained in:
1 parent
837111f6dc
commit
94a2127c04
1 file changed
+3
-3
@@ -14,9 +14,9 @@
|
||||
|
||||
.planting
|
||||
.row
|
||||
.col-md-8.col-xs-6
|
||||
.col-md-8.col-xs-12
|
||||
= render 'facts', planting: @planting
|
||||
.col-md-4.col-xs-6.pull-right
|
||||
.col-md-4.col-xs-12.pull-right
|
||||
= render 'plantings/owner', planting: @planting
|
||||
.row
|
||||
.col-md-8.col-xs-12
|
||||
@@ -26,7 +26,7 @@
|
||||
#{strip_tags(@planting.description)}
|
||||
= render 'plantings/photos', photos: @photos, planting: @planting
|
||||
%p.text-right= link_to 'more photos', planting_photos_path(@planting)
|
||||
.col-md-4.col-xs-6.pull-right
|
||||
.col-md-4.col-xs-12.pull-right
|
||||
= render "crops/index_card", crop: @planting.crop
|
||||
.row
|
||||
.col-md-12
|
||||
|
||||
Reference in new issue
Block a user