diff --git a/app/views/dashboard/_resource.html.erb b/app/views/dashboard/_resource.html.erb
index a0447d518..7b0f77d35 100644
--- a/app/views/dashboard/_resource.html.erb
+++ b/app/views/dashboard/_resource.html.erb
@@ -11,7 +11,7 @@
- <% if resource.executed_for?(proposal) %>
+ <% if resource.executed_for?(proposal) || (!resource.request_to_administrators && resource.active_for?(proposal)) %>
<%= link_to t("dashboard.resource.view_resource"),
new_request_proposal_dashboard_action_path(proposal, resource),
class: "button" %>