You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/views/welcome/index.erb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
<ahref="/" class="lang-logo">
4
4
<imgsrc="<%=asset_path('lang-logo.png')%>">
5
5
</a>
6
-
<h1>Getting Started with Ruby on Heroku</h1>
6
+
<h1>Getting Started with Ruby on Heroku 2024</h1>
7
7
<p>This is a sample Ruby 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.</p>
8
8
<atype="button" class="btn btn-lg btn-default" href="https://devcenter.heroku.com/articles/getting-started-with-ruby"><spanclass="glyphicon glyphicon-flash"></span> Getting Started with Ruby</a>
9
9
<atype="button" class="btn btn-lg btn-primary" href="https://github.com/heroku/ruby-getting-started"><spanclass="glyphicon glyphicon-download"></span> Source on GitHub</a>
0 commit comments