white list for glcc pr check

This commit is contained in:
呱呱呱
2023-08-09 14:30:23 +08:00
parent e3b3dacde7
commit 6c44ecae2d
4 changed files with 38 additions and 6 deletions

View File

@@ -6,7 +6,8 @@
<th width="13%">邮件地址</th>
<th width="6%">视频地址</th>
<th width="6%">PR地址</th>
<th width="14%">考核阶段</th>
<th width="5%">考核阶段</th>
<th width="5%">白名单</th>
<th width="14%">检测状态</th>
<th width="14%">提交时间</th></th>
</tr>
@@ -21,6 +22,7 @@
<td><a target="_blank" href="<%= user.defence_video_url %>"> 查看视频 </a></></td>
<td><a target="_blank" href="<%= user.code_or_pr_url %>"> 查看PR </a></></td>
<td><%= user.term == 1 ? "中期考核" : "结项考核"%></td>
<td><%= user.white_list ? "是":"否" %></td>
<td><%= user.state_to_html.html_safe %></td>
<td><%= user.created_on.strftime("%Y-%m-%d %H:%M")%></td>
</tr>