-
-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Squashed commits of various fixes #8408, #8332, #8354, #6525, #3372 #8437
Changes from 5 commits
ae3f821
12a5645
d8297b9
f73a665
30d9de8
8b508fe
bbff68e
a4e2083
8a5b07e
a0a2e9f
b58c42d
7578271
43ee8bb
eb7ffae
dac1989
71d2ece
30375d4
6de8e9f
6778187
767e823
9e65e91
8720115
b23bcbc
03ab59d
c4b2c78
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,6 +64,7 @@ | |
|
||
<li><label>[% lang("resources") %]</label></li> | ||
<li> | ||
<li><a href="https://www.youtube.com/playlist?list=PLjAH-USadsF3xgSVfUUBS4we3XBr-1r55" target="_blank">lang("video_tutorials")</a></li> | ||
<a href="[% IF lc == "fr" -%] | ||
https://blog.openfoodfacts.org/fr/Guide-dutilisation-Plateforme-Pro.pdf | ||
[%- ELSIF lc== "it" -%] | ||
|
@@ -216,6 +217,7 @@ | |
<ul class="search_and_links"> | ||
<li><a href="[% lang('menu_discover_link') %]" class="top-bar-links">[% lang('menu_discover') %]</a></li> | ||
<li><a href="[% lang('menu_contribute_link') %]" class="top-bar-links">[% lang('menu_contribute') %]</a></li> | ||
<li><a href="[% lang('footer_producers_link') %]" class="top-bar-links">[% lang('footer_producers') %]</a></li> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @aadak99 do you think you can tackle this ? It's about adding a class "show-for-xlarge-up" for example. See https://get.foundation/sites/docs-v5/components/visibility.html There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @stephanegigandet @alexgarel |
||
<li class="flex-grid getapp"><a href="[% lang('get_the_app_link') %]" class="buttonbar button" style="top:0;">[% display_icon('phone_android') %] <span class="bt-text">[% lang('get_the_app') %]</span></a></li> | ||
</ul> | ||
</section> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part of the code was recently moved by @MonalikaPatnaik in another file: web/common/producers_resources_list.tt.html , so we should add this new list item there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!