Skip to content

Commit

Permalink
added view
Browse files Browse the repository at this point in the history
  • Loading branch information
uelibo committed May 18, 2016
1 parent 68f824e commit bdec5cb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/views/system_package_relations/show.html.erb
@@ -0,0 +1,14 @@
<table>
<tr>
<th>Package ID</th>
<th>Package Name</th>
<th>Package Section</th>
</tr>
<% @system_package_relations.each do |spr| %>
<tr>
<td><%= spr.pkg_id %></td>
<td><%= spr.pkg_name %></td>
<td><%= spr.pkg_section %></td>
</tr>
<% end %>
</table>

0 comments on commit bdec5cb

Please sign in to comment.