Sha256: 9725e993274f41fce2824d8e8b8212200a89e050db8454df51fe60d66922497b

Contents?: true

Size: 202 Bytes

Versions: 13

Compression:

Stored size: 202 Bytes

Contents

<% if @deploys.length > 0 %>
  <div class="deploys">
    <%= render partial: 'hubstats/partials/deploy', collection: @deploys, as: :deploy %>
  </div>
<% else %>
  <p> No deploys to show </p>
<% end %>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
hubstats-0.3.12 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.3.11 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.3.10 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.3.9 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.3.8 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.3.7 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.3.6 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.3.5 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.3.4 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.3.3 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.3.2 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.3.1 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.3.0 app/views/hubstats/tables/_deploys.html.erb