Sha256: b3bd81e75bd0a898689aa659cdef09d4b4695c66ae04aa8905917326a3345f45

Contents?: true

Size: 757 Bytes

Versions: 10

Compression:

Stored size: 757 Bytes

Contents

!!! 5
%html(lang="ru")
  %head
    %meta(charset="utf-8")
    %meta(http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1")
    %meta(name="viewport" content="width=device-width, initial-scale=1.0")
    %title= content_for?(:title) ? yield(:title) : "Admin Panel"
    %link(href="favicon.ico" rel="shortcut icon")

    = stylesheet_link_tag    :admin_panel
    = javascript_include_tag :admin_panel
    = csrf_meta_tags

  %body
    .container
      .row
        .col-md-12
          %h3= content_for?(:title) ? yield(:title) : "Admin Panel"
      .row
        .col-md-3
          = yield :comments_sidebar
        .col-md-9
          = yield :comments_main

    = stylesheet_link_tag "//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css"

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
fuck_comments-2.3.4 spec/dummy_app/app/views/layouts/admin.html.haml
the_comments_ruby-2.3.4 spec/dummy_app/app/views/layouts/admin.html.haml
the_comments_ruby-2.3.3 spec/dummy_app/app/views/layouts/admin.html.haml
the_comments-2.3.1 spec/dummy_app/app/views/layouts/admin.html.haml
the_comments-2.2.2 spec/dummy_app/app/views/layouts/admin.html.haml
the_comments-2.2.1 spec/dummy_app/app/views/layouts/admin.html.haml
the_comments-2.2.0 spec/dummy_app/app/views/layouts/admin.html.haml
the_comments-2.1.0 spec/dummy_app/app/views/layouts/admin.html.haml
the_comments-2.0.1 spec/dummy_app/app/views/layouts/admin.html.haml
the_comments-2.0.0 spec/dummy_app/app/views/layouts/admin.html.haml