Sha256: 7a6a2a92502ceb00b3e588bd0843d1ca2ff8d6f19a741362cd8a2308f7a483b3

Contents?: true

Size: 670 Bytes

Versions: 8

Compression:

Stored size: 670 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>
        {{ typeName | resourceName }}
      </h1>
    </div>
  </div>
  <div class="row" ng-if="controllers">
    <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.controller | resourceName }}</a>
        </li>
      </ul>
    </div>
  </div>
  <ng-include src="'views/type/_details.html'" />
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

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