Listing system_pictures

<%= form_tag( {:action => "create"} , { :multipart => true }) do %> <%= file_field_tag "system_picture[file]" %> <%= submit_tag 'upload' -%> <% end -%> <% @system_pictures.each do |system_picture| %> <% end %>
id Ext Width Height filesize created_at updated_at
<%= link_to system_picture.id, :action => :browse, :id => system_picture.id %> <%= system_picture.ext %> <%= system_picture.width %> <%= system_picture.height %> <%= system_picture.filesize %> <%= system_picture.created_at %> <%= system_picture.updated_at %> <%= link_to 'Destroy', system_picture, confirm: 'Are you sure?', method: :delete %>