Sha256: 7757570c0d51d20e785005a8d1ce1647e7b2f64850ac3a94b27f2f9bd257144a

Contents?: true

Size: 935 Bytes

Versions: 3

Compression:

Stored size: 935 Bytes

Contents

doctype html
html lang="en"
  head
    title Default View

    meta charset="utf-8"
    meta name="keywords" content="repo"
    meta name="description" content="RepoManager default template"
    meta name="author" content="Robert Wahler"

    link rel="stylesheet" href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css"

    style type="text/css"
      == partial 'css/basic.css'

  body
    div class="container"
      div class="content"
        div class="page-header"
          h1 Assets Report
        - unless items.empty?
          h2 Assets
          table class="condensed-table bordered-table zebra-striped"
            thead
              tr
                th = "Name"
            tbody
              - for item in items do
                tr
                  td = item.name
        - else
          p
           | No assets found.

      footer
        p
         | Copyright © 2011 GearheadForHire, LLC

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
repo_manager-0.7.3 lib/repo_manager/views/templates/default.slim
repo_manager-0.7.2 lib/repo_manager/views/templates/default.slim
repo_manager-0.7.1 lib/repo_manager/views/templates/default.slim