Skip to content

Commit 31197e2

Browse files
author
Raven
committed
Changed some text errors in the pages
1 parent d036b5c commit 31197e2

File tree

3 files changed

+12
-15
lines changed

3 files changed

+12
-15
lines changed

Gemfile.lock

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,16 @@ GEM
3030
activesupport (= 3.0.5)
3131
activesupport (3.0.5)
3232
arel (2.0.9)
33-
autotest (4.2.10)
34-
autotest-growl (0.2.4)
35-
autotest (>= 4.2.4)
33+
autotest (4.4.6)
34+
ZenTest (>= 4.4.1)
35+
autotest-growl (0.2.9)
3636
autotest-rails-pure (4.1.2)
3737
builder (2.1.2)
3838
diff-lcs (1.1.2)
3939
erubis (2.6.6)
4040
abstract (>= 1.0.0)
41-
hoe (2.9.4)
42-
rake (>= 0.8.7)
4341
i18n (0.5.0)
44-
mail (2.2.15)
42+
mail (2.2.17)
4543
activesupport (>= 2.3.6)
4644
i18n (>= 0.4.0)
4745
mime-types (~> 1.16)
@@ -83,8 +81,7 @@ GEM
8381
rspec (~> 2.5.0)
8482
spork (0.8.4)
8583
sqlite3 (1.3.3-x86-mingw32)
86-
test-unit (1.2.3)
87-
hoe (>= 1.5.1)
84+
test-unit (2.3.0)
8885
thor (0.14.6)
8986
treetop (1.4.9)
9087
polyglot (>= 0.3.1)

app/views/pages/about.html.erb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
<title>Ruby on Rails Tutorial Sample App | <%=@title%></title>
55
</head>
66
<body>
7-
<h1>Sample App</h1>
7+
<h1>About Us</h1>
88
<p>
9-
This is the home page for the
109
<a href="http://railstutorial.org/">Ruby on Rails Tutorial</a>
11-
sample application.
10+
is a project to make a book and screencasts to teach web development
11+
with <a href="http://rubyonrails.org/">Ruby on Rails</a>. This
12+
is the sample application for the tutorial.
1213
</p>
1314
</body>
1415
</html>

app/views/pages/contact.html.erb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
<title>Ruby on Rails Tutorial Sample App | <%=@title%></title>
55
</head>
66
<body>
7-
<h1>Sample App</h1>
7+
<h1>Contact</h1>
88
<p>
9-
This is the home page for the
10-
<a href="http://railstutorial.org/">Ruby on Rails Tutorial</a>
11-
sample application.
9+
Contact Ruby on Rails Tutorial about the sample app at the
10+
<a href="http://railstutorial.org/feedback">feedback page</a>.
1211
</p>
1312
</body>
1413
</html>

0 commit comments

Comments
 (0)