Sha256: 42ff94e798d1f050c4bce945774878a82b5d56df77d220846a5723e0212a7aee

Contents?: true

Size: 663 Bytes

Versions: 3

Compression:

Stored size: 663 Bytes

Contents

<!-- Type -->

<div ng-if="error" class="alert alert-danger">
  <p>The requested type could not be found.</p>
</div>
<div ng-if="type">
  <div class="row">
    <div class="col-lg-12">
      <h1>
        {{ type.name | resourceName }}
      </h1>
    </div>
  </div>
  <div class="row" ng-if="controllers.length">
    <div class="col-lg-12">
      <h3>Served by</h3>
      <ul>
        <li ng-repeat="controller in controllers">
          <a ui-sref="root.controller({version: apiVersion, controller: controller.id})">{{ controller.name | resourceName }}</a>
        </li>
      </ul>
    </div>
  </div>
  <ng-include src="'views/type/details.html'" />
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
praxis-0.20.1 lib/api_browser/app/views/type.html
praxis-0.20.0 lib/api_browser/app/views/type.html
praxis-0.19.0 lib/api_browser/app/views/type.html