Sha256: f93269cd8d309971638cff4e216ce1182a61d7e601de6f00a39691776d121683

Contents?: true

Size: 671 Bytes

Versions: 4

Compression:

Stored size: 671 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.controller})">{{ controller.name | resourceName }}</a>
        </li>
      </ul>
    </div>
  </div>
  <ng-include src="'views/type/details.html'" />
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
praxis-0.18.1 lib/api_browser/app/views/type.html
praxis-0.18.0 lib/api_browser/app/views/type.html
praxis-0.17.1 lib/api_browser/app/views/type.html
praxis-0.17.0 lib/api_browser/app/views/type.html