Skip to content

Commit

Permalink
fixes main app presenter index template
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianconcept committed Feb 24, 2024
1 parent 4fff0d0 commit 684b1a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Ride-Builder/RideAppHomeTemplateHelper.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ Class {
RideAppHomeTemplateHelper class >> indexHTMLTemplateFor: aSymbol [

^ '<div>
<h1>Welcome to <st= self webAppName ></h1>
<p>This page was rendered by a STTemplate generated for <st= self webAppName >.</p>
<p>Find my source in <code><st= self templatePath ></code></p>
<h1>Welcome to <%= self webAppName %></h1>
<p>This page was rendered by a STTemplate generated for <%= self webAppName %>.</p>
<p>Find my source in <code><%= self templatePath %></code></p>
</div>' format: { aSymbol }
]

Expand Down

0 comments on commit 684b1a5

Please sign in to comment.