Project

General

Profile

Download (569 Bytes) Statistics
| Branch: | Tag: | Revision:
<% title "Architectures" %>

<table class="list">
<tr>
<th>Name</th>
<th>Operatingsystems</th>
<th></th>
</tr>
<% for architecture in @architectures %>
<tr class="<%= cycle("even", "odd") -%>">
<td><%= link_to h(architecture.name), edit_architecture_path(architecture) %></td>
<td><%=h architecture.operatingsystems.to_sentence %></td>
<td><%= link_to "Destroy", architecture, :confirm => 'Are you sure?', :method => :delete %></td>
</tr>
<% end %>
</table>

<p><%= link_to "New Architecture", new_architecture_path %></p>
(3-3/4)