Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Open Food Network - Regenerative Produce Portal
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Components
Open Food Network - Regenerative Produce Portal
Compare revisions
v1.3.64 to v1.3.65
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
components/ofn-rpp
Select target project
No results found
v1.3.65
Select Git revision
Swap
Target
components/ofn-rpp
Select target project
components/ofn-rpp
1 result
v1.3.64
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
fix:
https://github.com/openfoodfoundation/sib-discovery-components/issues/11
· a456387d
Jean-Baptiste Pasquier
authored
11 months ago
a456387d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/partials/wholesale-buy.js
+1
-0
1 addition, 0 deletions
src/components/partials/wholesale-buy.js
with
1 addition
and
0 deletions
src/components/partials/wholesale-buy.js
View file @
a456387d
...
@@ -86,6 +86,7 @@ importCore().then(core => {
...
@@ -86,6 +86,7 @@ importCore().then(core => {
this
.
rendering
=
html
``
;
this
.
rendering
=
html
``
;
if
(
resource
[
"
ofn:Wholesale_buy_description
"
])
{
if
(
resource
[
"
ofn:Wholesale_buy_description
"
])
{
this
.
_addToRender
(
html
`
this
.
_addToRender
(
html
`
<h5>Wholesale Customers</h5>
<div class="row">
<div class="row">
<div class="col s12 text-14 text-light">
<div class="col s12 text-14 text-light">
${
resource
[
"
ofn:Wholesale_buy_description
"
]}
${
resource
[
"
ofn:Wholesale_buy_description
"
]}
...
...
This diff is collapsed.
Click to expand it.