Sha256: b76dec5bfd2596f2cf0af078c4f354e2c084565c5f9e1113958c987fecebcf1a

Contents?: true

Size: 954 Bytes

Versions: 1

Compression:

Stored size: 954 Bytes

Contents

= partial_render('layout/doctype')

%head
  = partial_render('layout/header')

:sass

  .favourite 
    > .item:empty
      display: none
    .dropdown.item  .dropdown.item
      i.icon.dropdown
        margin-right: -10px !important

%body.preload

  /{{{ TOP MENU
  /------------
  = partial_render('layout/top_menu')

  /{{{ CONTENT
  /-----------
  #content.ui.main.container.top.attached
    - @reload_page = false
    = yield

  /{{{ MODAL
  /---------
  #modal.ui.modal

  /{{{ FOOTER
  /----------
  #footer
    =partial_render('layout/footer')

  /{{{ CODA
  /--------
  #coda
    //= link_js "http://cdnjs.cloudflare.com/ajax/libs/mithril/0.1.28/mithril.min.js"
    -# ["/js-find/rbbt", "/js-find/rbbt.page", "/js-find/rbbt.entity", "/js-find/rbbt.entity_list", "/js-find/rbbt.knowledge_base", "/js-find/rbbt.favourites"].each do |file|
      - record_js file
    =partial_render('layout/coda')
  
  #extra
    =partial_render('layout/extra')

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rbbt-rest-1.7.6 share/views/layout.haml