fixes #2 history page bug

some style changes
這個提交存在於:
Matthew Scragg 2014-09-11 17:35:17 -05:00
父節點 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>