9767: add a link to workflow in the container_request#show page.
[arvados.git] / apps / workbench / app / models / container_work_unit.rb
index 1ed182c35f8482e39537e0591c849f8538d5934f..e56c0655234cb598aecaf917abb3c3cca59f3156 100644 (file)
@@ -145,7 +145,7 @@ class ContainerWorkUnit < ProxyWorkUnit
   def template_uuid
     properties = get(:properties)
     if properties
-      properties[:workflow_uuid]
+      properties[:template_uuid]
     end
   end