Browse Source

Minor tweaks on discussion board

pull/6/head
Pisces000221 7 years ago
parent
commit
1080106454
  1. 4
      views/discussion.ejs

4
views/discussion.ejs

@ -47,13 +47,13 @@
<table class="ui very basic center aligned table">
<thead>
<tr>
<th class="left aligned" style="width: 40%; ">标题</th>
<th class="left aligned" style="width: 45%; ">标题</th>
<% if (in_problems) { %>
<th style="width: 20%; ">所属题目</th>
<% } %>
<th style="width: 10%; ">作者</th>
<th style="width: 10%; ">回复数</th>
<th style="width: 20%; ">最新回复</th>
<th style="width: 15%; ">最新回复</th>
</tr>
</thead>
<tbody>

Loading…
Cancel
Save