Sha256: 7e26f4e6421b2de6bbb434dea2472aa83f2d3cc37e0f28d8dccb847aa7869067

Contents?: true

Size: 300 Bytes

Versions: 12

Compression:

Stored size: 300 Bytes

Contents

<div class="progress-indicator">
  <span class="bar <%= state %>" style="width: <%= progress %>%;"></span>
  <span class="label elapsed"><%= seconds_in_short(elapsed) if elapsed.to_i > 0 %></span>
  <span class="label estimated"><%= seconds_in_short(estimated) if estimated.to_i > 0 %></span>
</div>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
genki-background_fu-1.0.8.2 generators/background/templates/scaffold/_progress_indicator.html.erb
genki-background_fu-1.0.9.1 generators/background/templates/scaffold/_progress_indicator.html.erb
genki-background_fu-1.0.9.2 generators/background/templates/scaffold/_progress_indicator.html.erb
genki-background_fu-1.0.9 generators/background/templates/scaffold/_progress_indicator.html.erb
ncr-background_fu-1.0.10 generators/background/templates/scaffold/_progress_indicator.html.erb
ncr-background_fu-1.0.2 generators/background/templates/scaffold/_progress_indicator.html.erb
ncr-background_fu-1.0.4 generators/background/templates/scaffold/_progress_indicator.html.erb
ncr-background_fu-1.0.5 generators/background/templates/scaffold/_progress_indicator.html.erb
ncr-background_fu-1.0.6 generators/background/templates/scaffold/_progress_indicator.html.erb
ncr-background_fu-1.0.7 generators/background/templates/scaffold/_progress_indicator.html.erb
ncr-background_fu-1.0.8 generators/background/templates/scaffold/_progress_indicator.html.erb
ncr-background_fu-1.0.9 generators/background/templates/scaffold/_progress_indicator.html.erb