Sha256: 41f9985a8a5801e77d8e7a0859f601cbb781e687bf0057dd067ccaf696e1739b

Contents?: true

Size: 757 Bytes

Versions: 11

Compression:

Stored size: 757 Bytes

Contents

doctype html
html
  head
    title AdminIt Client Test App

    / Bootstrap
    link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"
    script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"
    script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"

    / Font-Awesome
    link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"

    / AdminIt
    script data-main="src/js/main" src="components/requirejs/require.js"

    / data
    script type="application/json" data-type="data" data-name="metadata"
      == include File.join(pwd, 'metadata.json')
    / bootstrap templates
    == render 'bootstrap'
  body

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
admin_it-1.3.8 client/index.html.slim
admin_it-1.3.7 client/index.html.slim
admin_it-1.3.6 client/index.html.slim
admin_it-1.3.5 client/index.html.slim
admin_it-1.3.4 client/index.html.slim
admin_it-1.3.3 client/index.html.slim
admin_it-1.3.2 client/index.html.slim
admin_it-1.3.1 client/index.html.slim
admin_it-1.3.0 client/index.html.slim
admin_it-1.2.8 client/index.html.slim
admin_it-1.2.7 client/index.html.slim