Sha256: 9aeaf878d9f4a725012e6874967e780167824dbb60cf79dc21b7a983d8c498e6

Contents?: true

Size: 355 Bytes

Versions: 2

Compression:

Stored size: 355 Bytes

Contents

div
  table.table.table-striped.table-condensed.table-hover
    tr ng-repeat="f in action.meta.fields track by $index" ng-hide="::action.meta.info[f].hidden"
        td ng-bind="::action.meta.info[f].loc"
        td
          div ng-bind-html="action.view_cell(action.record, f)"

  span ng-if="::action.alert": .alert.alert-danger ng-bind="action.alert"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
engine2-1.0.5 views/scaffold/view.slim
engine2-1.0.4 views/scaffold/view.slim