Sha256: 5c0ec169af54dbe2b50fc08b515b4893a8fd797c985635ff32fba3ead0af86d5
Contents?: true
Size: 459 Bytes
Versions: 9
Compression:
Stored size: 459 Bytes
Contents
#batch-info{data: {batch: @batch.to_json}} -if @batch.status == "Queued" %h6 Data is queued for download from Canvas. -if @batch.status == "Completed" %h6 Data successfully downloaded from Canvas. -if @batch.status == "Started" %h6 Downloading data from Canvas .progress.progress-striped.active .bar{:style => "width: #{@batch.percent_complete}%;"} -if @batch.status == "Error" %h6 Data failed to download from Canvas %p = @batch.message
Version data entries
9 entries across 9 versions & 1 rubygems