Sha256: 8b2514e5bdd0a31b1dff2fd113dc9dadde4a79a6bfe480d264ed33d12b9d2b71

Contents?: true

Size: 260 Bytes

Versions: 3

Compression:

Stored size: 260 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 deployments to show </p>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hubstats-0.4.4 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.4.2 app/views/hubstats/tables/_deploys.html.erb
hubstats-0.4.1 app/views/hubstats/tables/_deploys.html.erb