fix missing header in survey

This commit is contained in:
thomaschen 2013-12-17 17:55:02 +08:00 committed by saurabhbhatia
parent 8065d2fedd
commit 532cac20d9
1 changed files with 5 additions and 5 deletions

View File

@ -4,11 +4,11 @@
<thead>
<tr>
<th class="span1"></th>
<th class="span3"></th>
<th class="span1"></th>
<th class="span1"></th>
<th class="span1"></th>
<th class="span2"></th>
<th class="span3"><%= t('survey.title') %></th>
<th class="span1"><%= t('survey.postdate') %></th>
<th class="span1"><%= t('survey.deadline') %></th>
<th class="span1"><%= t('survey.results_count') %></th>
<th class="span2"><%= t('survey.update_user') %></th>
</tr>
</thead>
<tbody id="tbody_surveys" class="sort-holder">