Sha256: 4b1f78c73d5cc71fb8c8c1397d650e7963b5289ef2be3a127056e642e2778c14

Contents?: true

Size: 726 Bytes

Versions: 2

Compression:

Stored size: 726 Bytes

Contents

!!!
%html
  %head
    %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
    %title Exposition
    = stylesheet_link_tag 'exposition/admin/application', media: 'all', 'data-turbolinks-track' => true
    = csrf_meta_tags
  %body
    %nav.admin
      %ul
        %li= link_to "Posts", exposition.admin_posts_path
        %li= link_to "Tags", exposition.admin_tags_path
      - if logged_in?
        %ul.login
          %li= link_to current_user.name, exposition.admin_posts_path
          %li= link_to t('sessions.destroy'), exposition.admin_logout_path
    - if flash.any?
      .flashes
        - user_facing_flashes.each do |key, value|
          %div{:class => "flash-#{key}"}= value
    = yield

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
exposition-0.0.5.7.pre.alpha app/views/layouts/exposition/admin.html.haml
exposition-0.0.5.6.pre.alpha app/views/layouts/exposition/admin.html.haml