Sha256: 76bb2d46e1605e46c2976641511e51ff0408a8ef806528aeb30f2519ba24b49a
Contents?: true
Size: 918 Bytes
Versions: 9
Compression:
Stored size: 918 Bytes
Contents
!!! %html %head %title #{@page_title} - KktShoppe = stylesheet_link_tag 'kkt_shoppe/application' = javascript_include_tag 'kkt_shoppe/application' = csrf_meta_tags :javascript window.KktShoppe = {} window.KktShoppe.currencyUnit = "#{h KktShoppe.settings.currency_unit}"; %body %nav.sidebar %header.logo %h1= link_to "KktShoppe", root_path %p v#{KktShoppe::VERSION} %p.logged= t('.logged_in_as', user_name: current_user.full_name) %ul - for item in KktShoppe::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')} #{KktShoppe.settings.store_name}".html_safe, '/'
Version data entries
9 entries across 9 versions & 1 rubygems