mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-24 13:45:44 +08:00
white list for glcc pr check
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user