Sha256: c2dccc7480c20e6d829fdbe5db56babdae1c66c6e774a6ca050e69615e9b5b47

Contents?: true

Size: 513 Bytes

Versions: 8

Compression:

Stored size: 513 Bytes

Contents

<div class="table-responsive">
  <table class="table table-striped table-bordered">
    <thead>
      <tr>
        <th>Attribute</th>
        <th>Type</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody ng-repeat="g in groups">
      <tr ng-if="g.name && g.attributes.length">
        <th colspan="3">{{g.name}}</th>
      </tr>
      <tr type-placeholder ng-repeat="item in g.attributes" type="item.type" template="embedded" name="item.name" details="item"></tr>
    </tbody>
  </table>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
praxis-0.21 lib/api_browser/app/views/directives/attribute_table.html
praxis-0.20.1 lib/api_browser/app/views/directives/attribute_table.html
praxis-0.20.0 lib/api_browser/app/views/directives/attribute_table.html
praxis-0.19.0 lib/api_browser/app/views/directives/attribute_table.html
praxis-0.18.1 lib/api_browser/app/views/directives/attribute_table.html
praxis-0.18.0 lib/api_browser/app/views/directives/attribute_table.html
praxis-0.17.1 lib/api_browser/app/views/directives/attribute_table.html
praxis-0.17.0 lib/api_browser/app/views/directives/attribute_table.html