_rss_feed.rhtml 481 Bytes
<%= f.text_field :name %>

<%= labelled_form_field(_('Limit of articles'), text_field(:article, :limit)) %>

<%= labelled_form_field(_('Use as item description:'), select(:article, :feed_item_description, [ [ _('Article abstract'), 'abstract'], [ _('Article body'), 'body']])) %>

<%= labelled_form_field(_('Include in the feed:'), select(:article, :include, [ [ _('All articles'), 'all' ], [ _('Only articles child of the same article as the feed'), 'parent_and_children']] )) %>