Noosfero/noosfero

View on GitHub
app/views/profile_themes/add_image.html.erb

Summary

Maintainability
Test Coverage
<%= form_tag({:action => 'add_image', :id => @theme.id}, :multipart => true) do %>
  <%= labelled_form_field(_('Choose the image file'), file_field_tag(:image)) %>
  <%= button_bar do %>
    <%= submit_button(:add, _('Add image')) %>
  <% end %>
<% end %>