Sha256: 79100db2562c12d7629e455b51b9170e0927762c407f20c118056c14aaf3383e

Contents?: true

Size: 273 Bytes

Versions: 44

Compression:

Stored size: 273 Bytes

Contents

<!-- Show the deploys or say there are no deploys -->
<% if @deploys.length > 0 %>
  <div class="deploys">
    <%= render partial: 'hubstats/partials/deploy', collection: @deploys, as: :deploy %>
  </div>
<% else %>
  <p> No deployment information available </p>
<% end %>

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
hubstats-0.9.1 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.9.0 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.8.0 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.7.7 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.7.6 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.7.5 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.7.4 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.7.3 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.7.2 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.7.1 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.7.0 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.6.0 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.5.12 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.5.11 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.5.10 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.5.9 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.5.7 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.5.6 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.5.5 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.5.4 app/views/hubstats/tables/_deploys.html.erb