Commit 8f0bdddd by Nilu

modifications to job review

parent 2e8c8bc2
......@@ -207,8 +207,16 @@
<oneit:label GUIName="Appllicant Workflow / Tabs" />
</div>
<div class="col-md-8">
<span class="skill-label">
</span>
<%
for (WorkFlow workflow : job.getSortedWorkFlows())
{
%>
<span class="skill-label">
<%= workflow.getSortOrder()%> . <%= workflow.getName()%>
</span><br/>
<%
}
%>
</div>
</div>
</div>
......
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