Sha256: 6af7874722ed7c5ae901fbed8c400f41c194f8efbab09927214675d66c318e77
Contents?: true
Size: 770 Bytes
Versions: 4
Compression:
Stored size: 770 Bytes
Contents
<div class="table-responsive"> <table class="table table-striped"> <thead> <tr> <th>Name</th> <th>Route</th> <th>Description</th> </tr> </thead> <tbody> <tr ng-repeat="action in controller.actions"> <td> <a ui-sref="root.action({action: action.name, controller: controllerName, version: apiVersion})">{{ action.name }}</a> </td> <td> <div ng-repeat="url in action.urls"> <div class="label label-default">{{ url.verb }}</div> <strong>{{ url.path }}</strong> </div> </td> <td style="font-size: 110%;"> <p ng-bind-html="action.description | markdown"></p> </td> </tr> </tbody> </table> </div>
Version data entries
4 entries across 4 versions & 1 rubygems