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