Sha256: 6a421e3ec2ab2a76795b5206ef6ef0d407fc9c4295b36807039a1dda9c191455

Contents?: true

Size: 594 Bytes

Versions: 6

Compression:

Stored size: 594 Bytes

Contents

<div class="attribute-table">
  <div class="row head">
    <div class="col-sm-3">
      Attribute
    </div>
    <div class="col-sm-2">
      Type
    </div>
    <div class="col-sm-7">
      Description
    </div>
  </div>
  <div class="content">
    <div ng-repeat="g in groups">
      <div class="row" ng-if="g.name && g.attributes.length">
        <div class="col-sm-12">
          <strong>{{g.name}}</strong>
        </div>
      </div>
      <rs-attribute-table-row ng-repeat="item in g.attributes" name="item.name" attribute="item"></rs-attribute-table-row>
    </div>
  </div>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
praxis-0.11.1 lib/api_browser/app/views/directives/attribute_table.html
praxis-0.11 lib/api_browser/app/views/directives/attribute_table.html
praxis-0.11pre lib/api_browser/app/views/directives/attribute_table.html
praxis-0.10.1 lib/api_browser/app/views/directives/attribute_table.html
praxis-0.10.0 lib/api_browser/app/views/directives/attribute_table.html
praxis-0.9 lib/api_browser/app/views/directives/attribute_table.html