File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
src/main/scala/io/scala/views Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,19 @@ object VenueView extends SimpleView {
1212 div(
1313 Links .highlighted(
1414 " La Grande Crypte - 69 bis Rue Boissière, Paris" ,
15- href := " https://lagrandecrypte.com/ " ,
15+ href := " https://maps.app.goo.gl/GuLkQLZeDLGeVzCz9 " ,
1616 textDecoration := " underline"
17- )
17+ ),
18+ p(" Closest subway stations: Victor Hugo (line 2), Boissière (line 6)" )
19+ ),
20+ Titles (" Community Party" ),
21+ div(
22+ Links .highlighted(
23+ " Le Cabanon Pigalle - 14 rue Jean-Baptiste Pigalle" ,
24+ href := " https://maps.app.goo.gl/KtCXf3zHJLmuhRYr8" ,
25+ textDecoration := " underline"
26+ ),
27+ p(" 25 minutes from La Grande Crypte via the subway line 2 between Victor Hugo and Blanche stations." )
1828 )
1929 )
2030}
You can’t perform that action at this time.
0 commit comments