Skip to content

Commit

Permalink
Merge pull request #5186 from bgeuken/bugfix/staging_page
Browse files Browse the repository at this point in the history
[frontend] Fix rendering of openqa_job template
  • Loading branch information
bgeuken committed Jun 22, 2018
2 parents c32e16a + 46838fa commit 1aaf358
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%
problems = project.failed_openqa_jobs.map do |j|
content_tag(:li, "QA: #{render(j)}".html_safe, class: "openqa_job")
content_tag(:li, "QA: #{render(template: 'webui/obs_factory/openqa_jobs/_openqa_job', locals: { openqa_job: j })}".html_safe, class: "openqa_job")
end
-%>
Expand Down

0 comments on commit 1aaf358

Please sign in to comment.