Sha256: 2d002741adfe764a723cd71263c700472c0b0eb491cbfb3ea16d4082ea209dea
Contents?: true
Size: 1.01 KB
Versions: 2
Compression:
Stored size: 1.01 KB
Contents
.center-block flow-init="{headers: setHeaders}" flow-files-submitted="$flow.upload()" flow-file-success="$file.msg = $message" flow-complete="$state.go('assets')" flow-drop="" .jumbotron.vertical-center.text-center .container h1 span.fa-stack.fa-lg i.fa.fa-circle.fa-stack-2x i.fa.fa-image.fa-stack-1x p = I18n.t(:assets_description) p button.btn.btn-primary.btn-lg flow-btn="" = I18n.t(:upload_assets) p h4 = I18n.t(:assets_drop_description) table.table.table-striped.files.ng-cloak tr ng-repeat="file in $flow.files" td style="width: 10%" img flow-img="file" width="50" height="50" ng-show="isImageType(file)" td style="width: 50%" | {{ file.name }} td style="width: 40%" .progress.progress-striped ng-class="{active: file.isUploading()}" .progress-bar role="progressbar" ng-style="{width: (file.progress() * 100) + '%'}" /td /| {{ file.msg }}
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kms-1.0.1 | app/assets/javascripts/templates/assets/form.html.slim |
kms-1.0.0 | app/assets/javascripts/templates/assets/form.html.slim |