diff options
-rw-r--r-- | rent.scm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -379,6 +379,7 @@ and not distance as the crow flies." "~a (posted ~a hours ago) ~a/~a £~a pcm +Available from ~a Cycling distance: ~,1f km " (house-title house) @@ -386,6 +387,7 @@ Cycling distance: ~,1f km %openrent-base-url (house-property-id house) (house-rent house) + (date->string (house-available-from house) "~B ~d") (cycling-distance (house-coordinates house) %work-coordinates)) (match (house-tube-stations house) (() (display "No tube!")) |