GeoRSS aggregator and Layar augmented reality server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 rivejä
475 B

  1. = form_for @feed do |f|
  2. -if @feed.errors.any?
  3. #error_explanation
  4. %h2= "#{pluralize(@feed.errors.count, "error")} prohibited this feed from being saved:"
  5. %ul
  6. - @feed.errors.full_messages.each do |msg|
  7. %li= msg
  8. .field
  9. = f.label :title
  10. = f.text_field :title
  11. .field
  12. = f.label :link
  13. = f.text_field :link
  14. -#
  15. .field
  16. = f.label :last_fetched
  17. = f.datetime_select :last_fetched
  18. .actions
  19. = f.submit 'Save'