Sha256: 9c245d076404ac0c592e7b988c94bf3a59d532465b4cd6abe97555b6f764801e

Contents?: true

Size: 878 Bytes

Versions: 3

Compression:

Stored size: 878 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[] {{::action.alert}}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
engine2-1.0.2 views/scaffold/view.slim
engine2-1.0.1 views/scaffold/view.slim
engine2-1.0.0 views/scaffold/view.slim