父節點
3419ee4f6c
當前提交
17eabddd70
共有 4 個檔案被更改,包括 67 行新增 和 56 行删除
|
|
@ -18,7 +18,9 @@
|
|||
{% for h in history %}
|
||||
<tr>
|
||||
<td class="checkbox-cell text-center">
|
||||
{% if h.type != 'delete' %}
|
||||
<input type="checkbox" name="versions[]" value="{{ h.sha }}" />
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>{{ h.author }}</td>
|
||||
<td><a href="{{ url_for('wiki.commit', name=name, sha=h.sha) }}" class='label label-primary'>View</a> {{ h.message }} </td>
|
||||
|
|
|
|||
載入中…
新增表格
Add a link
新增問題並參考