<%= link_to icon_tag('License'), license_path(@item) %> <%= link_to h(@item.caption_with_group), license_path(@item) %> <%= link_to icon_tag('Prof'), license_path(@item, :format => :prof) %>

<%= t_m 'License.license_group_id' -%>: <%= link_to h(@item.license_group.caption), license_group_path(@item.license_group) %>

<%= t_m 'License.name' -%>: <%= h @item.name %>

<%= t_m 'License.url' -%>: <%= link_to h(@item.url), @item.url %>

<%= t_m 'License.created_at' -%>: <%= l @item.created_at %>

<%= t_m 'License.updated_at' -%>: <%= l @item.updated_at %>

<% if @item.own? @operators -%>

<%= t('editor') -%>

<%= notice %>

<%= link_to t('link.edit'), edit_license_path(@item) %> <%= link_to t('link.destroy'), license_path(@item), :method => :delete %>

<% end %>