aboutsummaryrefslogtreecommitdiff
path: root/rent.scm
diff options
context:
space:
mode:
Diffstat (limited to 'rent.scm')
-rw-r--r--rent.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/rent.scm b/rent.scm
index ac71d56..2c806de 100644
--- a/rent.scm
+++ b/rent.scm
@@ -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!"))