Sha256: 16062e65599e0702f72a8aa783111e7d7c8d203d8f5a821af57662d384c514dd

Contents?: true

Size: 888 Bytes

Versions: 8

Compression:

Stored size: 888 Bytes

Contents

<div class="row" ng-if="type">
  <div class="col-lg-12">
    <h2>Media Type</h2>
    <p ng-if="type.identifier"><b>Identifier: {{ type.identifier }}</b></p>
    <p ng-if="type.description">{{type.description}}</p>
    <rs-attribute-table attributes="type.attributes"></rs-attribute-table>
  </div>
</div>
<div class="row" ng-if="views.length">
  <div class="col-lg-12">
    <h3>Available views</h3>
    <tabset>
      <tab ng-repeat="view in views" heading="{{view.name}}">
        <div class="row">
          <div class="col-md-4">
            <h4>Attributes</h4>
            <ul>
              <li ng-repeat="(name,value) in view.attributes">{{name}}</li>
            </ul>
          </div>
          <div class="col-md-8">
            <h4>Example</h4>
            <pre>{{view.example | friendlyJson}}</pre>
          </div>
        </div>
      </tab>
    </tabset>
  </div>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
praxis-0.13.0 lib/api_browser/app/views/type/_details.html
praxis-0.11.2 lib/api_browser/app/views/type/_details.html
praxis-0.11.1 lib/api_browser/app/views/type/_details.html
praxis-0.11 lib/api_browser/app/views/type/_details.html
praxis-0.11pre lib/api_browser/app/views/type/_details.html
praxis-0.10.1 lib/api_browser/app/views/type/_details.html
praxis-0.10.0 lib/api_browser/app/views/type/_details.html
praxis-0.9 lib/api_browser/app/views/type/_details.html