% title _("Architectures") %> <% title_actions display_link_if_authorized(_("New Architecture"), hash_for_new_architecture_path), help_path %>
<%= sort :name, :as => s_("Architecture|Name") %> | <%= _("Operating Systems") %> | |
---|---|---|
<%= link_to_if_authorized(h(architecture.name), hash_for_edit_architecture_path(:id => architecture.name)) %> | <%=h architecture.operatingsystems.to_sentence %> | <%= display_delete_if_authorized hash_for_architecture_path(:id => architecture.name), :confirm => "Delete #{architecture.name}?" %> |