Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -223,6 +223,7 @@ GEM

PLATFORMS
arm64-darwin-20
arm64-darwin-23
x86_64-linux

DEPENDENCIES
Expand Down
2 changes: 1 addition & 1 deletion app/views/stations/_row.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="record-row <%= cycle "odd", "even", name: "row-cycler" %> flexbox vertical stretch">
<%= station.identifier %>: <%= station.name %> (<%= station.address %>)
<%= station.identifier %>: <%= station.name %> (<%= station.address %>) <%= station.docked_bikes.count %> bikes docked.
</div>
2 changes: 1 addition & 1 deletion app/views/stations/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="page-section flexbox vertical stretch">
<div class="section-inner flexbox vertical stretch">
<div class="section-title">
Welcome to ValetBike!
Hi and Welcome to ValetBike!
</div>
<div class="flexbox vertical stretch">
<% if @stations.present? %>
Expand Down