socialforge/app/views/pull_requests/pr_console.html.erb

9 lines
257 B
Plaintext

<div class="mt10 mb10">
<div class="banner-big">
<div class="f16 fontGrey3">执行过程</div>
</div>
<div class="container-big mt10 autoscroll" style="background: #403b3b; color: #e2e2e2;">
<pre><%= @output.html_safe %></pre>
</div>
</div>