Sha256: e08d20fcc71e37f3cc8809440c219ceda0c7748d78a8f973f7a4118dda46aa9b

Contents?: true

Size: 560 Bytes

Versions: 44

Compression:

Stored size: 560 Bytes

Contents

<!-- Show the deploys in a grouped format or say there are no deploys -->
<% if @deploys.length > 0 %>
  <% if @groups %>
      <% @groups.each do |group| %>
        <div class="deploys">
          <div class="row single-pull group-header">
            <h3> <%= group[0] %> </h3>
          </div>
          <%= render partial: 'hubstats/partials/deploy', collection: group[1], as: :deploy %>
        </div>
      <% end %>
  <% else %>
    <%= render 'hubstats/tables/deploys' %>
  <% end %>
<% else %>
  <p> No deployment information available </p>
<% end %>

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
hubstats-1.2.1 app/views/hubstats/tables/_grouped_deploys.html.erb
hubstats-1.2.0 app/views/hubstats/tables/_grouped_deploys.html.erb
hubstats-1.1.0 app/views/hubstats/tables/_grouped_deploys.html.erb
hubstats-1.0.0 app/views/hubstats/tables/_grouped_deploys.html.erb
hubstats-1.0.0.beta3 app/views/hubstats/tables/_grouped_deploys.html.erb
hubstats-1.0.0.beta2 app/views/hubstats/tables/_grouped_deploys.html.erb
hubstats-1.0.0.beta1 app/views/hubstats/tables/_grouped_deploys.html.erb
hubstats-1.0.0.beta app/views/hubstats/tables/_grouped_deploys.html.erb
hubstats-0.12.2 app/views/hubstats/tables/_grouped_deploys.html.erb
hubstats-0.12.1 app/views/hubstats/tables/_grouped_deploys.html.erb
hubstats-0.12.0 app/views/hubstats/tables/_grouped_deploys.html.erb
hubstats-0.11.5 app/views/hubstats/tables/_grouped_deploys.html.erb
hubstats-0.11.4 app/views/hubstats/tables/_grouped_deploys.html.erb
hubstats-0.11.1 app/views/hubstats/tables/_grouped_deploys.html.erb
hubstats-0.11.0 app/views/hubstats/tables/_grouped_deploys.html.erb
hubstats-0.10.0 app/views/hubstats/tables/_grouped_deploys.html.erb
hubstats-0.9.5 app/views/hubstats/tables/_grouped_deploys.html.erb
hubstats-0.9.4 app/views/hubstats/tables/_grouped_deploys.html.erb
hubstats-0.9.3 app/views/hubstats/tables/_grouped_deploys.html.erb
hubstats-0.9.2 app/views/hubstats/tables/_grouped_deploys.html.erb