Listing common_licenses

<% @common_licenses.each do |common_license| %> <% end %>
id license_id name url cc_by cc_sa cc_nd cc_nc no_resize no_flip no_convert keep_aspect_ratio created_at updated_at
<%= link_to common_license.id, :action => :browse, :id => common_license.id %> <%= h common_license.name %> <%= h common_license.url %> <%= common_license.cc_by %> <%= common_license.cc_sa %> <%= common_license.cc_nd %> <%= common_license.cc_nc %> <%= common_license.no_resize %> <%= common_license.no_flip %> <%= common_license.no_convert %> <%= common_license.keep_aspect_ratio %> <%= common_license.created_at %> <%= common_license.updated_at %> <%= link_to 'Edit', edit_common_license_path(common_license) %> <%= link_to 'Destroy', common_license, confirm: 'Are you sure?', method: :delete %>

<%= link_to 'New Common_license', new_common_license_path %> <%= form_tag( {:action => "import"} , { :multipart => true }) do %> <%= file_field_tag "file" %> <%= submit_tag 'upload' -%> <% end -%>