Sha256: d956e9b0d651a6bc8aef641c3dfedcb20f92c379ea2de9700b4b9ab84bd3c378

Contents?: true

Size: 632 Bytes

Versions: 8

Compression:

Stored size: 632 Bytes

Contents

.modal ng-class="action.meta.panel.class"
  .modal-dialog
    .modal-content
      .modal-header
        button.close type="button" ng-click="$hide()" ×
        h4.modal-title ng-bind-html="action.meta.panel.title"

      .modal-body
        | modal-content-to-replace

      .modal-footer ng-if="::action.meta.panel.footer"
        .loader.pull-left: img src="img/ajax-loader.gif"
        .btn-group
          .btn.btn-default ng-click="action.confirm()"
            span.glyphicon.glyphicon-ok>
            | Ok
          .btn.btn-default ng-click="$hide()"
            span.glyphicon.glyphicon-remove>
            | Anuluj

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
engine2-1.0.9 views/modals/confirm_m.slim
engine2-1.0.8 views/modals/confirm_m.slim
engine2-1.0.7 views/modals/confirm_m.slim
engine2-1.0.6 views/modals/confirm_m.slim
engine2-1.0.5 views/modals/confirm_m.slim
engine2-1.0.4 views/modals/confirm_m.slim
engine2-1.0.3 views/modals/confirm_m.slim
engine2-1.0.2 views/modals/confirm_m.slim