Skip to content

Commit

Permalink
Fix issue openfoodfacts#10865: Improve web user experience: move edit…
Browse files Browse the repository at this point in the history
…-product button
  • Loading branch information
davisjrule committed Nov 22, 2024
1 parent 3b1c5ed commit ec44ac3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions templates/web/pages/product/product_page.tt.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ <h1 class="title-3" property="food:name" itemprop="name">[% title %]</h1>
[% END %]
<li class="product-section-button"><a class="nav-link scrollto button small round white-button"
href="#contribution"><span>[% lang("contribution_navigation") %]</span></a></li>

<!-- Share Button -->
<li class="nav-button" style="float: right;">
<a href="[% request_ref.canon_url %]" class="button small" title="[% title %]"
Expand All @@ -104,7 +103,6 @@ <h1 class="title-3" property="food:name" itemprop="name">[% title %]</h1>
</span>
</a>
</li>

<!-- Edit Button -->
<li class="nav-button" style="float: right;">
<a href="/cgi/product.pl?type=edit&code=[% code %]" class="button small white-button round"
Expand Down

0 comments on commit ec44ac3

Please sign in to comment.