_uploaded_file.rhtml 196 Bytes
<%= labelled_form_field(_('Describe this file:'), text_area(:article, :abstract, :rows => 3, :cols => 64)) %>
<% if @article.image? %>
  <%= f.text_field(:external_link, :size => 64) %>
<% end %>