mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
10 lines
285 B
Plaintext
10 lines
285 B
Plaintext
%nav.top-bar
|
|
%section.top-bar-section
|
|
%ul.left{"ng-controller" => "MenuCtrl"}
|
|
%li= link_to image_tag("ofn_logo_small.png"), root_path
|
|
%li.divider
|
|
- if spree_current_user.nil?
|
|
= render 'shared/signed_out'
|
|
- else
|
|
= render 'shared/signed_in'
|