GeoRSS aggregator and Layar augmented reality server
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12 лет назад
12 лет назад
12 лет назад
12345678910111213141516171819202122232425
  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. = link_to(image_tag("TAL_logo_blue-h100.png", :size => "275x100", :alt => "Talk About Local logo"), :root, :class => "logo")
  10. #userbar
  11. - if current_user
  12. Logged in as
  13. = current_user.email
  14. = link_to "Log out", logout_path
  15. - else
  16. = link_to "Log in", login_path
  17. %p#notice= notice
  18. = yield