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/allreleases.scala.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,10 +35,10 @@ <h2>Release List</h2>
35
35
<p>
36
36
We recommend that you use the latest version of Play. However, if you need to work with an older version, you will find links on this page. Versions of Play older than 2.2 are packaged in zip files. The traditional Play zip provides a <code>play</code> command to create new applications, run tests,
37
37
and run the application. After 2.3.0, the <code>play</code> command was replaced with <code>sbt</code>. Version 2.6.x and 2.7.x projects can be
38
-
created from an <ahref="@routes.Application.download()">example project or template</a>.
38
+
created from an <ahref="@routes.Application.download">example project or template</a>.
39
39
</p>
40
40
<p>
41
-
<pclass="changelogLink"><ahref="@routes.Application.changelog()">See the Changelog</a> for the history of changes in each release.</p>
41
+
<pclass="changelogLink"><ahref="@routes.Application.changelog">See the Changelog</a> for the history of changes in each release.</p>
To contribute, check out the <ahref="@routes.Application.contributing()">contributor guide</a> and learn how to <ahref="@reverseRouter.latest(None, "BuildingFromSource")">build Play from source</a>.
36
+
To contribute, check out the <ahref="@routes.Application.contributing">contributor guide</a> and learn how to <ahref="@reverseRouter.latest(None, "BuildingFromSource")">build Play from source</a>.
Play uses <ahref="//opencollective.com/playframework">Open Collective</a> to collect donations from sponsors. These funds are used to pay contributors and cover project costs, openly and transparently.
26
-
Individuals and companies alike can support Play financially by <ahref="@routes.Application.sponsors()">becoming backers or premium sponsors</a>.
26
+
Individuals and companies alike can support Play financially by <ahref="@routes.Application.sponsors">becoming backers or premium sponsors</a>.
27
27
</p>
28
28
29
29
<h3class="mailing">Join the Discuss Play forum</h3>
@@ -61,7 +61,7 @@ <h3 class="patch">Patch the core</h3>
61
61
You're welcome to work on any feature you like—Play is open source after all!—but if you'd like some good ideas, look for issues tagged with the <ahref="//github.com/playframework/playframework/issues?labels=community"><spanclass="issueLabel">community label</a>. These issues are ready and waiting for volunteers to pick them up.
62
62
</p>
63
63
<p>
64
-
To keep our code tidy and to make sure we work together smoothly there are some <ahref="@routes.Application.contributing()">Contributor Guidelines</a> that you'll need to make sure you follow.
64
+
To keep our code tidy and to make sure we work together smoothly there are some <ahref="@routes.Application.contributing">Contributor Guidelines</a> that you'll need to make sure you follow.
Copy file name to clipboardExpand all lines: app/views/index.scala.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ <h1>
24
24
<divid="actions">
25
25
<divid="start">
26
26
<h2>Get Started</h2>
27
-
<ahref="@routes.Application.download()" class="button">Try Play <br> @releases.latest.version@for(name <-releases.latest.name){ "@name"}</a>
27
+
<ahref="@routes.Application.download" class="button">Try Play <br> @releases.latest.version@for(name <-releases.latest.name){ "@name"}</a>
28
28
<p>
29
29
or <ahref="@routes.Application.allreleases()">browse all versions</a>
30
30
</p>
@@ -247,8 +247,8 @@ <h2>They already use Play Framework</h2>
247
247
<articleid="sponsors-backers">
248
248
<h2>Sponsors & Backers</h2>
249
249
<p>
250
-
If you find Play useful for work, please consider asking your company to support this Open Source project by <ahref="@routes.Application.sponsors()">becoming a sponsor</a>.
251
-
You can also individually sponsor the project by <ahref="@routes.Application.sponsors()">becoming a backer</a>.
250
+
If you find Play useful for work, please consider asking your company to support this Open Source project by <ahref="@routes.Application.sponsors">becoming a sponsor</a>.
251
+
You can also individually sponsor the project by <ahref="@routes.Application.sponsors">becoming a backer</a>.
252
252
</p>
253
253
<divclass="donate-button">
254
254
<ahref="//opencollective.com/playframework">Donate to our Collective</a>
0 commit comments