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.
 
 
 
 
 

29 rivejä
530 B

  1. !!!5
  2. %html
  3. %head
  4. %title Apollo
  5. = javascript_include_tag "application"
  6. = stylesheet_link_tag "application"
  7. = csrf_meta_tag
  8. %body
  9. #userbar
  10. - if current_user
  11. Logged in as
  12. = current_user.email
  13. = link_to "Log out", logout_path
  14. - if notice
  15. %p#notice= notice
  16. - if alert
  17. %p#alert= alert
  18. = link_to(image_tag("TAL_logo_blue-h100.png", :size => "275x100", :alt => "Talk About Local logo"), :root, :class => "logo")
  19. = yield