Skip to content

Commit

Permalink
[station-lp-props] remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
klarakristina committed Apr 17, 2024
1 parent ccdc044 commit 74392e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/twirl/views/StationLandingPage.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@ <h2 class="fs-3 mt-5">Pictures</h2>
@if(webpageDetailsPresent) {
<h2 class="fs-3 mt-5">Detailed information</h2>
}
@for(icos <- icosSpecifics){
@for(icos <- icosSpecifics){
@if(icos.discontinued && (icos.labelingDate.isDefined || vocab.hasOceanTheme(icos))){
@property("Discontinued", "(former ICOS station)" )
@property("Discontinued", "(former ICOS station)")
}
}
@property("Station ID", station.id)
Expand Down

0 comments on commit 74392e4

Please sign in to comment.