rosa-build/app/views/platforms/_list.html.haml

13 lines
442 B
Plaintext

%table#myTable.tablesorter.platforms{:cellspacing => "0", :cellpadding => "0"}
%thead
%tr
%th.th1= t("activerecord.attributes.platform.name")
%th.th2= t("activerecord.attributes.platform.distrib_type")
%tbody
- @platforms.each do |platform|
%tr{:class => cycle("odd", "even")}
%td
= link_to platfrom_printed_name(platform), platform_path(platform)
%td
= platform.distrib_type