Sha256: c9596ab53f2889bb14f722cc768fc31d228a9df392632938fd31e0e840a60a35
Contents?: true
Size: 886 Bytes
Versions: 11
Compression:
Stored size: 886 Bytes
Contents
!!! %html %head %title #{@page_title} - Shoppe = stylesheet_link_tag 'shoppe/application' = javascript_include_tag 'shoppe/application' = csrf_meta_tags :javascript window.Shoppe = {} window.Shoppe.currencyUnit = "#{h Shoppe.settings.currency_unit}"; %body %nav.sidebar %header.logo %h1= link_to "Shoppe", root_path %p v#{Shoppe::VERSION} %p.logged= t('.logged_in_as', user_name: current_user.full_name) %ul - for item in Shoppe::NavigationManager.find(:admin_primary).items %li= navigation_manager_link item %li= link_to t('.logout'), [:logout], :method => :delete %header.main = yield :header #content = display_flash %section.main = yield %footer %p.store= link_to "← #{t('.goto')} #{Shoppe.settings.store_name}".html_safe, '/'
Version data entries
11 entries across 11 versions & 3 rubygems