Commit 8f1f8f62 by Nilu

minor modification to detailed report

parent 2a845e44
......@@ -396,6 +396,8 @@
</span>
</div>
<%
if(detailed)
{
for(Tuple.T3 tuple : cultureFitData.get(cClass).get1())
{
CultureNarrative cultureNarrative = (CultureNarrative) tuple.get2();
......@@ -413,6 +415,7 @@
<%
}
}
}
%>
</td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment