Sha256: cbe534893bfb722a04bbe2749400c62d0d7a1955121426f18f5a9238f9c62633

Contents?: true

Size: 880 Bytes

Versions: 1

Compression:

Stored size: 880 Bytes

Contents

div
  span ng-if="::!action.meta.tabs"
    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.meta.tabs"
    div bs-tabs="" bs-active-pane="action.activeTab" ng-init="action.activeTab = 0"
      div ng-repeat="t in ::action.meta.tabs" title="{{::t.loc}}" bs-pane=""
        br
        table.table.table-striped.table-condensed.table-hover
          tr ng-repeat="f in t.fields" 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

1 entries across 1 versions & 1 rubygems

Version Path
engine2-1.0.3 views/scaffold/view.slim