GeoRSS aggregator and Layar augmented reality server
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

show.html.haml 197 B

12 lat temu
123456789101112131415
  1. %p#notice= notice
  2. %p
  3. %b Title:
  4. = @feed.title
  5. %p
  6. %b Link:
  7. = @feed.link
  8. %p
  9. %b Last fetched:
  10. = @feed.last_fetched
  11. = link_to 'Edit', edit_feed_path(@feed)
  12. \|
  13. = link_to 'Back', feeds_path