Sha256: 7bfc058ba81bf7d4a320cc312b63cefade358a9c23e79070a43ef3a16758dc4e

Contents?: true

Size: 538 Bytes

Versions: 2

Compression:

Stored size: 538 Bytes

Contents

.navbar.navbar-fixed-top
  .navbar-inner
    .container-fluid
      %a.btn.btn-navbar{ "data-toggle".to_sym => "collapse", "data-target".to_sym => ".nav-collapse"}
        %span.icon-bar
        %span.icon-bar
        %span.icon-bar
      %a.brand{:href => '/'} MongoFE
      .muted v #{MongoFe::VERSION}
      .nav-collapse
        %p.navbar-text.pull-right
          -if current_db?
            =current_db.name
            - if collection?
              |
              =collection.name
          -else 
            database|collection

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mongo_fe-0.1.2 lib/mongo_fe/views/navbar.haml
mongo_fe-0.1.1 lib/mongo_fe/views/navbar.haml