Files
metasploit-gs/data/msfweb/app/views/jobs/list.rhtml
T
HD Moore d69a1f6ff0 Adding the new msfweb tree, using rails 2.2.3 and newer prototype
git-svn-id: file:///home/svn/framework3/trunk@6651 4d416f70-5f16-0410-b530-b9f4589650da
2009-06-14 15:17:53 +00:00

14 lines
246 B
Plaintext

<table cellpadding="0" cellspacing="0" border="0">
<thead>
<tr>
<th>ID</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<% @jobs.each_pair do |n,m| %>
<tr><td><%= n %></td><td><%= m %></td></tr>
<% end %>
</tbody>
</table>