<%= notice %>

name: <%= h @common_license.name %>

url: <%= h @common_license.url %>

cc_by: <%= @common_license.cc_by %>

cc_sa: <%= @common_license.cc_sa %>

cc_nd: <%= @common_license.cc_nd %>

cc_nc: <%= @common_license.cc_nc %>

no_resize: <%= @common_license.no_resize %>

no_flip: <%= @common_license.no_flip %>

no_convert: <%= @common_license.no_convert %>

keep_aspect_ratio: <%= @common_license.keep_aspect_ratio %>

<%= link_to 'Edit', edit_common_license_path(@common_license) %> | <%= link_to 'Back', licenses_path %>