diff --git a/app/views/submissions/show.html.erb b/app/views/submissions/show.html.erb
index 01d73044..751a3bca 100644
--- a/app/views/submissions/show.html.erb
+++ b/app/views/submissions/show.html.erb
@@ -209,12 +209,12 @@
|
<% end %>
-
+
|
<% end %> <%# tr %>
-
+
- <% if task&.message_type %>
+ <% if task&.message_type and (effective_admin? or current_user&.id == @submission.user_id) %>
<% if task.message_type == "html" %>
<%= raw task.message %>
<% else %>
|