diff --git a/app/views/users/_resources_list.html.erb b/app/views/users/_resources_list.html.erb index b9b74760a..4e429a640 100644 --- a/app/views/users/_resources_list.html.erb +++ b/app/views/users/_resources_list.html.erb @@ -13,19 +13,14 @@ <%= link_to truncate(attach.filename, :length => 30), download_named_attachment_path(attach.id, attach.filename), :title => attach.filename, :class => 'resourcesBlack' %>
  • <%= format_date(attach.created_on) %>
  • -
  • <%= attach.author_id %>
  • <%= attach.quotes.nil? ? 0 : attach.quotes %>
  • -
  • <%= attach.author_id %>
  • <%= attach.downloads %>
  • <%= attach.author_id %>
  • <%= number_to_human_size(attach.filesize) %>
  • -
  • <%= attach.author_id %>
  • -
  • <%= attach.author_id %>
  • <%= get_resource_type(attach.container_type)%>
  • -
  • <%= attach.author_id %>
  • -
  • <%= attach.author_id %>
  • +
  • <%= attach.id %>
  • <% end %> diff --git a/app/views/users/user_resource.html.erb b/app/views/users/user_resource.html.erb index 69122aaba..88e8e7140 100644 --- a/app/views/users/user_resource.html.erb +++ b/app/views/users/user_resource.html.erb @@ -73,7 +73,7 @@