Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Update home.erb #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion views/home.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a href="/" class="lang-logo">
<img src="images/lang-logo.png">
</a>
<h1>Getting Started on Heroku with Heroku Connect</h1>
<h1>Hello World sez Peter S</h1>
<p>This is a sample application deployed to Heroku. It's a reasonably simple app - but a good foundation for understanding how to get the most out of the Heroku platform and Heroku Connect.</p>
<a type="button" class="btn btn-lg btn-default" href="/create"><span class="glyphicon glyphicon-flash"></span> Connect with your Salesforce Org</a>
<a type="button" class="btn btn-lg btn-primary" href="https://github.com/heroku/no-local-dev-getting-started"><span class="glyphicon glyphicon-download"></span> Source on GitHub</a>
Expand Down