<%= sort_header_tag('id', :title => 'Identificativo') %> <%= sort_header_tag('livello_gravita', :caption => 'Livello Gravita') %> <%= sort_header_tag('name') %> <%= sort_header_tag('description', :width => 200) %> <% @bugs.each do |bug| %> <% end %>
<%= bug[:id] %> <%= bug[:livello_gravita] %> <%= bug[:name] %> <%= bug[:description] %>