-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kevin Zhang
committed
Dec 23, 2015
1 parent
5083407
commit 4188622
Showing
7 changed files
with
41 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,7 @@ def help | |
|
||
def about | ||
end | ||
|
||
def contact | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
<div class="center jumbotron"> | ||
<h1>Welcome to the Sample App</h1> | ||
|
||
<h1>Sample App</h1> | ||
<p> | ||
This is the home page for the | ||
<a href="http://www.railstutorial.org/">Ruby on Rails Tutorial</a> | ||
sample application. | ||
</p> | ||
<h2> | ||
This is the home page for the | ||
<a href="http://www.railstutorial.org/">Ruby on Rails Tutorial</a> | ||
sample application. | ||
</h2> | ||
|
||
<%= link_to "Sign up now!", '#', class: "btn btn-lg btn-primary" %> | ||
</div> | ||
|
||
<%= link_to image_tag("rails.png", alt: "Rails logo"), | ||
'http://rubyonrails.org/' %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters