From 50b7999ead6a7863e6046235f8f0266153bd2e5b Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sun, 15 Jun 2025 15:35:11 +0300 Subject: [PATCH] Move distance/time output inside the table --- app/views/directions/show.html.erb | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/app/views/directions/show.html.erb b/app/views/directions/show.html.erb index a55efd426..3e1b6acb0 100644 --- a/app/views/directions/show.html.erb +++ b/app/views/directions/show.html.erb @@ -99,20 +99,21 @@ -
- - <%= t ".distance" %>: . - <%= t ".time" %>: . - -
- - <%= t ".ascend" %>: . - <%= t ".descend" %>: . - -
-
+ + +
+ + <%= t ".distance" %>: . + <%= t ".time" %>: . + +
+ + <%= t ".ascend" %>: . + <%= t ".descend" %>: . + +
-- 2.39.5