Listing license Groups

<% @license_groups.each do |lg| %> <% end -%>
id name caption
<%= link_to lg.id, license_group_path(lg) %> <%= h lg.name %> <%= content_tag(:a, h(lg.caption), :href => lg.url) %>