Sha256: ea9d9e9506ce568271a7d9944f811604779c9c096f7c6ba4472d6af1e562430f

Contents?: true

Size: 494 Bytes

Versions: 2

Compression:

Stored size: 494 Bytes

Contents

%div(data-role="page")
  %div(data-role="header")
    %h1
      Database:
      =@database.name
  %div(data-role="content")
    %h1
      Info
    -normalize_stats(@database.stats).each do |k,v|
      %b
        ="#{k}="
      =v
      %br

    %h1
      Collections
    %ul(data-role="listview" data-filter="true")
      -@collections.each do |collection|
        %li
          %a(href="/database/#{@database.name}/#{collection.name}")
            =collection.name

  %div(data-role="footer")

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mongobile-0.0.3 lib/mongobile/views/database/show.haml
mongobile-0.0.2 lib/mongobile/views/database/show.haml