diff --git a/app/views/tasks/_problem.html.haml b/app/views/tasks/_problem.html.haml
new file mode 100644
--- /dev/null
+++ b/app/views/tasks/_problem.html.haml
@@ -0,0 +1,5 @@
+%a{:name => problem.name}
+%h3= "#{problem.full_name} (#{problem.name})"
+%pre
+ %div{:style => "border: 1px solid grey; background: #eeeeee"}
+ = problem.body || "(not available)"