mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-19 06:15:44 -04:00
format fixes
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
%dt Harvest date :
|
||||
%dd= harvest.harvested_at
|
||||
%dt Notes:
|
||||
%dd=display_harvest_description(harvest)
|
||||
%dd= display_harvest_description(harvest)
|
||||
- if harvest.planting.present?
|
||||
%dt Harvested from
|
||||
%dd= link_to(harvest.planting, planting_path(harvest.planting))
|
||||
|
||||
@@ -38,11 +38,11 @@
|
||||
.col-md-10
|
||||
%ul.nav.nav-pills.nav-justified
|
||||
%li.active
|
||||
%a{"data-toggle" => "tab", href: "#gardens"} Gardens
|
||||
%a{ "data-toggle" => "tab", href: "#gardens" } Gardens
|
||||
%li
|
||||
%a{"data-toggle" => "tab", href: "#harvests"} Harvests
|
||||
%a{ "data-toggle" => "tab", href: "#harvests" } Harvests
|
||||
.tab-content.profile-activity
|
||||
#gardens.tab-pane.active
|
||||
.tab-pane.active#gardens
|
||||
= render partial: "gardens", locals: { member: @member, gardens: @gardens }
|
||||
#harvests.tab-pane
|
||||
.tab-pane#harvests
|
||||
= render partial: "harvests", locals: { member: @member, harvests: @harvests }
|
||||
|
||||
Reference in New Issue
Block a user