diff --git a/app/views/users/_homework_ref_resources_list.html.erb b/app/views/users/_homework_ref_resources_list.html.erb index 356e412e7..6e746e8d4 100644 --- a/app/views/users/_homework_ref_resources_list.html.erb +++ b/app/views/users/_homework_ref_resources_list.html.erb @@ -9,14 +9,14 @@
  • value="<%= attach.id%>" class="resourcesCheckbox" />
  • -
  • +
  • <%= number_to_human_size(attach.filesize) %>
  • <%= get_resource_type(attach.container_type)%>
  • -
  • <%=User.find(attach.author_id).realname.blank? ? User.find(attach.author_id).nickname : User.find(attach.author_id).realname %>
  • +
  • <%= attach.author_id %>
  • <%= format_date(attach.created_on) %>
  • <%= attach.id %>