Sha256: a3d676e2008d5b59dbd5a38451a78f875177088b3d4cfac5c0d9d53bd64f681c

Contents?: true

Size: 856 Bytes

Versions: 6

Compression:

Stored size: 856 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#admin
    %nav.navbar.navbar-inverse.navbar-fixed-top{ role: 'navigation'}
      .container-fluid
        .navbar-header
          =link_to 'Admin panel', admin_root_path, class: 'navbar-brand'


    #admin-content.container-fluid
      .row
        .col-sm-3.col-md-2.sidebar
          %ul.nav.nav-sidebar
            %li= link_to t('.manage_forums'), admin_forums_path
            %li= link_to t('.manage_roles'), admin_roles_path
            %li= link_to t('.manage_users'), admin_users_path
            %li= link_to t('.manage_mail'), admin_mail_list_path

        .col-sm-9.col-md-10
          = yield


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
my_forum-0.0.1.beta23 app/views/layouts/my_forum/admin_application.haml
my_forum-0.0.1.beta22 app/views/layouts/my_forum/admin_application.haml
my_forum-0.0.1.beta21 app/views/layouts/my_forum/admin_application.haml
my_forum-0.0.1.beta20 app/views/layouts/my_forum/admin_application.haml
my_forum-0.0.1.beta19 app/views/layouts/my_forum/admin_application.haml
my_forum-0.0.1.beta18 app/views/layouts/my_forum/admin_application.haml