<%= notice %>

Ext: <%= @system_picture.ext %>

Width: <%= @system_picture.width %>

Height: <%= @system_picture.height %>

filesize: <%= @system_picture.filesize %>

browse picture

<% if admin_signed_in? -%>

Replace picture

<%= form_for(@system_picture, :html => { :multipart => true }) do |f| %> <%= f.file_field "file" %>
<%= f.submit 'replace' %>
<% end %> <% end -%> <%= link_to 'Back', :action => :list %>