diff --git a/app/views/users/_resources_list.html.erb b/app/views/users/_resources_list.html.erb index dcebddb8b..1349ba2b7 100644 --- a/app/views/users/_resources_list.html.erb +++ b/app/views/users/_resources_list.html.erb @@ -48,7 +48,7 @@
  • <%= get_resource_type(attach.container_type)%>
  • <%= attach.is_public %>
  • -
  • <%= attach.get_apply_resource_status(attach.id, attach.author_id) %>
  • +
  • <%= attach.get_apply_resource_status(attach.id, User.current.id) %>
  • <%= attach_show_allow(attach) == true ? 0 : 1 %>
  • <%= attach.id %>
  • diff --git a/app/views/users/user_resource.html.erb b/app/views/users/user_resource.html.erb index 0bd5724c1..f773e3c48 100644 --- a/app/views/users/user_resource.html.erb +++ b/app/views/users/user_resource.html.erb @@ -56,7 +56,7 @@ 我的资源
  • - 私有资源 + 引用资源
  •