Sha256: 1ab61306731fc41a86ecdc9eefdcd99cc74e3ffc43923cb48a19d11a6b82f554

Contents?: true

Size: 407 Bytes

Versions: 15

Compression:

Stored size: 407 Bytes

Contents

<% content_for :javascripts do %>
  <script type="text/javascript">
    $(function() {
      var tickets = new Tickets(<%= raw tickets.to_json %>);
      new TestingReportView({
        el: '#testing_report',
        projectsCanCloseTicketsFor: <%= raw @projects.select { |project| can?(:close, project.tickets.build) }.map(&:id).to_json %>,
        tickets: tickets
      });
    });
  </script>
<% end %>

Version data entries

15 entries across 15 versions & 1 rubygems

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