8 lines
318 B
Plaintext
8 lines
318 B
Plaintext
%table#myTable.tablesorter.advisories{:cellspacing => "0", :cellpadding => "0"}
|
|
%thead
|
|
%tr
|
|
%th.th1= t("activerecord.attributes.advisory.advisory_id")
|
|
%th.th2= t("activerecord.attributes.advisory.description")
|
|
%tbody
|
|
= render :partial => 'advisory', :collection => @advisories, :as => :advisory
|