Skip to content

Commit

Permalink
Merge pull request #5197 from bgeuken/bugfix/fix_rendering_of_staging…
Browse files Browse the repository at this point in the history
…_project_rings

[frontend] Fix rendering of staging project rings
  • Loading branch information
eduardoj committed Jun 26, 2018
2 parents 7fcb0db + 2fdeaac commit 3af19f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<% else %>
<ul>
<% project.openqa_jobs.each do |job| %>
<li class="openqa_job"><%= render job %></li>
<li class="openqa_job"><%= render(template: 'webui/obs_factory/openqa_jobs/_openqa_job', locals: { openqa_job: job }) %></li>
<% end %>
</ul>
<% end %>
Expand Down

0 comments on commit 3af19f3

Please sign in to comment.