diff --git a/psd-web/app/views/investigations/activities/investigation/_automatically_update_owner.html.erb b/psd-web/app/views/investigations/activities/investigation/_automatically_update_owner.html.erb new file mode 100644 index 0000000000..e4b1b26b90 --- /dev/null +++ b/psd-web/app/views/investigations/activities/investigation/_automatically_update_owner.html.erb @@ -0,0 +1 @@ +<%# Nothing to show %> diff --git a/psd-web/app/views/investigations/activities/investigation/_update_owner.html.erb b/psd-web/app/views/investigations/activities/investigation/_update_owner.html.erb index 4854ec1e62..f3490c588e 100644 --- a/psd-web/app/views/investigations/activities/investigation/_update_owner.html.erb +++ b/psd-web/app/views/investigations/activities/investigation/_update_owner.html.erb @@ -1 +1 @@ -<%= markdown simple_format(activity.metadata["rationale"]) %> +<%= markdown simple_format(activity.body) %>