Sha256: c1ccc9be6335bf73d97d53a303882efad87e3083462ab988387be14ed7c0db58

Contents?: true

Size: 565 Bytes

Versions: 7

Compression:

Stored size: 565 Bytes

Contents

!!! 5
%html
  %head
    %title Forum
    = stylesheet_link_tag 'my_forum/application', media: 'all', 'data-turbolinks-track' => true
    = javascript_include_tag 'my_forum/application', 'data-turbolinks-track' => true
    = csrf_meta_tag

  %body.container-fluid

    #forum_header
      =link_to root_path do
        = image_tag('lada_head.jpg')
      #guest_navbar
        = render current_user ? '/layouts/my_forum/user_navbar' : '/layouts/my_forum/guest_navbar'

    #body
      .row
        .col-md-6
          #forum-navigation= draw_navigation
      = yield

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
my_forum-0.0.1.beta35 app/views/layouts/my_forum/application.haml
my_forum-0.0.1.beta7 app/views/layouts/my_forum/application.haml
my_forum-0.0.1.beta5 app/views/layouts/my_forum/application.haml
my_forum-0.0.1.beta4 app/views/layouts/my_forum/application.haml
my_forum-0.0.1.beta3 app/views/layouts/my_forum/application.haml
my_forum-0.0.1.beta2 app/views/layouts/my_forum/application.haml
my_forum-0.0.1.beta1 app/views/layouts/my_forum/application.haml