mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Update app/views/spree/admin/overview/single_enterprise_dashboard.html.haml
Co-authored-by: Maikel <maikel@email.org.au>
This commit is contained in:
committed by
GitHub
parent
f883e66c96
commit
12c154934d
@@ -40,18 +40,11 @@
|
||||
%span.icon-user
|
||||
= t "your_profil_live"
|
||||
.list
|
||||
- if @enterprise.sells == "none"
|
||||
%a.button.bottom{href: main_app.producers_url, target: '_blank'}
|
||||
= t "see"
|
||||
= @enterprise.name
|
||||
= t "live"
|
||||
%span.icon-arrow-right
|
||||
- else
|
||||
%a.button.bottom{href: main_app.enterprise_shop_url(@enterprise), target: '_blank'}
|
||||
= t "see"
|
||||
= @enterprise.name
|
||||
= t "live"
|
||||
%span.icon-arrow-right
|
||||
%a.button.bottom{href: enterprise_url(@enterprise), target: '_blank'}
|
||||
= t "see"
|
||||
= @enterprise.name
|
||||
= t "live"
|
||||
%span.icon-arrow-right
|
||||
|
||||
.eight.columns.omega.dashboard_item.single-ent#edit
|
||||
.header
|
||||
|
||||
Reference in New Issue
Block a user