diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb index 9e49428..d004378 100644 --- a/app/views/projects/show.html.erb +++ b/app/views/projects/show.html.erb @@ -34,7 +34,7 @@ <%= script.name %> <%= script.frames %> - <%= File.basename(script.file) %> + <%= script.file.nil? ? "not selected" : File.basename(script.file) %>
<%= script.latest_job_id %>