Sha256: 4c0e2b99de9e4da2e779b996e373ef5e6dd0a2b77597eb56211bbeb6f8fa0bca
Contents?: true
Size: 744 Bytes
Versions: 18
Compression:
Stored size: 744 Bytes
Contents
#batch-info{data: {batch: @batch.to_json}} -if @batch.status == "Queued" %h6.batch-message-queued Data is queued for download from Canvas. -if @batch.status == "Completed" .alert.alert-success %button.close{"data-dismiss" => "alert", :type => "button"} × %span.batch-message-completed Data successfully downloaded from Canvas. -if @batch.status == "Started" %h6.batch-message-started Downloading data from Canvas .progress.progress-striped.active .bar{:style => "width: #{@batch.percent_complete}%;"} -if @batch.status == "Error" .alert.alert-block.alert-error %button.close{"data-dismiss" => "alert", :type => "button"} × %h6.batch-message-error Data failed to download from Canvas = @batch.message
Version data entries
18 entries across 18 versions & 1 rubygems