socialforge/app/views/quality_analysis/create.html.erb

11 lines
295 B
Plaintext
Raw Normal View History

2016-07-07 11:08:29 +08:00
<div class="project_r_h">
<h2 class="project_h2" style="width:180px;">质量分析</h2>
</div>
<div>
<div class="c_red">本次分析失败,原因如下:</div>
2016-07-07 14:22:48 +08:00
<% if @build_console_result == false %>
2016-07-07 11:08:29 +08:00
分析超时
2016-07-07 14:22:48 +08:00
<% else %>
<%= h @sonar_error.to_json %>
2016-07-07 11:08:29 +08:00
<% end %>
</div>