Sha256: 326120d989804c9cd71af085f28bfddd087ce092b51f556fcfa0c737f37c6521

Contents?: true

Size: 1.35 KB

Versions: 15

Compression:

Stored size: 1.35 KB

Contents

<%= render partial: "projects/header", locals: {project: @project, subtitle: "Testing Report"} %>

<% if @tickets.any? %>
  <div class="nomargin">
    <table class="table table-expandable table-sortable table-striped testing-report-table testing-reports-projects">
      <thead>
        <tr>
          <td class="table-margin"></td>
          <td class="ticket-testingPriority"><i class="fa fa-arrow-up"></i><i class="fa fa-arrow-down"></i></td>
          <th class="ticket-project sort-asc"><b class="bubble"></b> Project</th>
          <th class="ticket-summary">Ticket</th>
          <th class="ticket-deployment">Environment</th>
          <th class="ticket-due-date">Due Date</th>
          <th class="ticket-participants vertical"><span class="participant-name">Committers</span></th>
          <% User.testers.unretired.each do |tester| %>
            <th class="ticket-participants vertical tester" data-tester-id="<%= tester.id %>"><span class="participant-name"><%= tester.first_name %></span></th>
          <% end %>
          <td class="table-margin"></td>
        </tr>
      </thead>
      
      <tbody id="testing_report"><tbody>
    </table>
  </div>
  
  <%= render partial: "testing_report/scripts", locals: {tickets: @tickets} %>
<% else %>
  <div class="alert alert-info">There are no tickets in testing for <b><%= @project.name %></b> right now.</div>
<% end %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
houston-core-0.7.0.beta3 app/views/testing_report/show.html.erb
houston-core-0.7.0.beta2 app/views/testing_report/show.html.erb
houston-core-0.7.0.beta app/views/testing_report/show.html.erb
houston-core-0.6.3 app/views/testing_report/show.html.erb
houston-core-0.6.2 app/views/testing_report/show.html.erb
houston-core-0.6.1 app/views/testing_report/show.html.erb
houston-core-0.6.0 app/views/testing_report/show.html.erb
houston-core-0.5.6 app/views/testing_report/show.html.erb
houston-core-0.5.5 app/views/testing_report/show.html.erb
houston-core-0.5.4 app/views/testing_report/show.html.erb
houston-core-0.5.3 app/views/testing_report/show.html.erb
houston-core-0.5.2 app/views/testing_report/show.html.erb
houston-core-0.5.1 app/views/testing_report/show.html.erb
houston-core-0.5.0 app/views/testing_report/show.html.erb
houston-core-0.5.0.beta1 app/views/testing_report/show.html.erb