File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
task/testdata/goldens/packages/oxygen Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,11 @@ String renderPkgVersionsPage(
5858 }
5959 }
6060
61- final blocks = < d.Node > [];
61+ final blocks = < d.Node > [
62+ d.markdown (
63+ 'Looking to receive notifications when a new version is published? '
64+ 'Subscribe to the package\' s [versions feed](${urls .pkgFeedUrl (data .package .name !)}) with your feed reader.' ),
65+ ];
6266 if (stableVersionRows.isNotEmpty &&
6367 prereleaseVersionRows.isNotEmpty &&
6468 latestPrereleaseVersion != null ) {
Original file line number Diff line number Diff line change @@ -212,6 +212,11 @@ <h3 class="detail-lead-title">Metadata</h3>
212212 < div class ="detail-container detail-body-main ">
213213 < div class ="detail-tabs-content ">
214214 < section class ="tab-content detail-tab-versions-content -active ">
215+ < p >
216+ Looking to receive notifications when a new version is published? Subscribe to the package's
217+ < a href ="/api/packages/oxygen/feed.atom "> versions feed</ a >
218+ with your feed reader.
219+ </ p >
215220 < p >
216221 The latest prerelease was
217222 < a href ="#prerelease "> 2.0.0-dev</ a >
Original file line number Diff line number Diff line change @@ -204,6 +204,11 @@ <h3 class="detail-lead-title">Metadata</h3>
204204 < div class ="detail-container detail-body-main ">
205205 < div class ="detail-tabs-content ">
206206 < section class ="tab-content detail-tab-versions-content -active ">
207+ < p >
208+ Looking to receive notifications when a new version is published? Subscribe to the package's
209+ < a href ="/api/packages/oxygen/feed.atom "> versions feed</ a >
210+ with your feed reader.
211+ </ p >
207212 < h2 id ="stable "> Stable versions of oxygen</ h2 >
208213 < table class ="version-table " data-package ="oxygen ">
209214 < thead >
You can’t perform that action at this time.
0 commit comments