Sha256: 63cbe8975a32e5849dc54777bd5b6c22767ff097cbe61ce7fb4beeed10dc291f

Contents?: true

Size: 598 Bytes

Versions: 2

Compression:

Stored size: 598 Bytes

Contents

doctype html
html
  head
    title Crowd Blog

    = stylesheet_link_tag    :crowdblog, media: 'all'
    = javascript_include_tag :crowdblog
    = csrf_meta_tags

    = yield :scripts

  body
    .navbar
      .navbar-inner
        .container
          .row
            .span9
              = image_tag 'crowdblog/logo.png'
            .span3
              ul.nav
                li.brand= current_user.email
                li= link_to 'Posts', posts_path
                li= link_to 'Authors', authors_path
                li= link_to 'Sign out', destroy_user_session_path

    .container= yield

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
crowdblog-0.0.3 app/views/layouts/crowdblog/crowdblog.html.slim
crowdblog-0.0.2 app/views/layouts/crowdblog/application.html.slim