Fix list check issue

This commit is contained in:
Manson Wang 2014-02-10 17:38:04 +08:00
parent e5f74f6a06
commit 22c2942f8e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<thead>
<tr>
<% if is_admin? %>
<th><input type="checkbox" class="list-check" /></th>
<th><input type="checkbox" /></th>
<% end -%>
<th class="span1"><%= t('personal_journal.year') %></th>
<th><%= t('module_name.personal_journal') %></th>