id
<%= @license_group.id %>

<%= h @license_group.name %>

name
<%= h @license_group.name %>

classname
<%= h @license_group.classname %>

caption
<%= h @license_group.caption %>

url
<%= h @license_group.url %>

<%= @license_group.created_at %>

<%= @license_group.updated_at %>

Listing licenses

<% @license_group.licenses.each do |license| %> <% end -%>
id license_group_id name caption url system_picture_id settings created_at updated_at
<%= link_to license.id, :action => :browse, :id => license.id %> <%= link_to license.license_group_id, :controller => 'license_groups', :action => :browse, :id => license.license_group_id %> <%= h license.name %> <%= h license.caption %> <%= h license.url %> <%= link_to license.system_picture_id, :controller => 'system_pictures', :action => :browse, :id => license.system_picture_id %> <%= h license.settings %> <%= license.created_at %> <%= license.updated_at %>
<%= link_to 'Back', :action => :list %>