From f4a1a0eff8d2958906b3d6945b880489da35b0a0 Mon Sep 17 00:00:00 2001 From: mneedham01 Date: Sat, 21 Sep 2024 14:11:41 -0400 Subject: [PATCH] A1 --- Gemfile.lock | 3 ++- app/views/stations/_row.html.erb | 2 +- app/views/stations/index.html.erb | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c3e104938..5e7cefdf7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -132,7 +132,7 @@ GEM digest net-protocol timeout - nio4r (2.5.8) + nio4r (2.7.3) nokogiri (1.13.8-arm64-darwin) racc (~> 1.4) nokogiri (1.13.8-x86_64-linux) @@ -223,6 +223,7 @@ GEM PLATFORMS arm64-darwin-20 + arm64-darwin-23 x86_64-linux DEPENDENCIES diff --git a/app/views/stations/_row.html.erb b/app/views/stations/_row.html.erb index 68a74d983..2f1f2473a 100644 --- a/app/views/stations/_row.html.erb +++ b/app/views/stations/_row.html.erb @@ -1,3 +1,3 @@
flexbox vertical stretch"> - <%= station.identifier %>: <%= station.name %> (<%= station.address %>) + <%= station.identifier %>: <%= station.name %> (<%= station.address %>) <%= station.docked_bikes.count %> bikes docked.
\ No newline at end of file diff --git a/app/views/stations/index.html.erb b/app/views/stations/index.html.erb index d211dda42..0ab9c6dd1 100644 --- a/app/views/stations/index.html.erb +++ b/app/views/stations/index.html.erb @@ -1,7 +1,7 @@
- Welcome to ValetBike! + Hi and Welcome to ValetBike!
<% if @stations.present? %>