cirandas.net

ref: master

app/views/cms/_uploaded_file.html.erb


<%= labelled_form_field(_('Title'), text_field(:article, :title, :maxlength => 60)) %>

<%= render :partial => 'general_fields' %>

<%= labelled_form_field(_('Description'), text_area(:article, :abstract, :rows => 3, :cols => 64)) %>
<% if @article.image? %>
  <%= f.text_field(:external_link, :size => 64) %>
<% end %>