swamp09/sample_app

View on GitHub
app/views/static_pages/about.html.haml

Summary

Maintainability
Test Coverage
= provide(:title, 'About')

%h1
  About
  %p
    The
    %a{href: 'http://railstutorial.jp/'}
      %em
        Ruby on Rails Tutorial
    is a
    %a{href: 'http://railstutorial.jp/book'}
      book
    %a{href: 'http://screencasts.railstutorial.org/'}
      screencast series
    to teach web development with
    %a{href: 'http://rubyonrails.org/'}
      Ruby on Rails
    This is the sample application for the tutorial.