<%= t '.title' -%>

<% @license_groups.each do |lg| %> <% end -%>
<%= t_m 'LicenseGroup.id' -%> <%= t_m 'LicenseGroup.name' -%> <%= t_m 'LicenseGroup.classname' -%> <%= t_m 'LicenseGroup.caption' -%> <%= t_m 'LicenseGroup.url' -%> <%= t_m 'LicenseGroup.created_at' -%> <%= t_m 'LicenseGroup.updated_at' -%>
<%= link_to lg.id, :action => :browse, :id => lg.id %> <%= h(truncate(lg.name, :length => 16)) %> <%= h(truncate(lg.classname, :length => 16)) %> <%= h(truncate(lg.caption, :length => 16)) %> <%= h(truncate(lg.url, :length => 16)) %> <%= l lg.created_at %> <%= l lg.updated_at %>