fix files under_line

This commit is contained in:
yanxd 2013-11-05 11:14:45 +08:00
parent b9b0b06185
commit b6df32e029
1 changed files with 29 additions and 27 deletions

View File

@ -22,11 +22,13 @@
<% options = {:author => true, :deletable => attach_delete(homework)} %>
<%= render :partial => 'attachments/links',
:locals => {:attachments => homework.attachments, :options => options} %>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<div class="line_under"></div>
<% end %>
</p></td>
</tr>
</table></td>
</tr>
</table>
<div class="line_under"></div>
<% end %>