mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 16:41:38 -04:00
clean up views & volunteer display
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div class="container">
|
||||
|
||||
<h1>Listing bikes</h1>
|
||||
<h1>Bikes</h1>
|
||||
|
||||
<table class="table table-striped table-bordered table-hover">
|
||||
<thead>
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
json.array!(@bikes) do |bike|
|
||||
json.extract! bike,
|
||||
json.url bike_url(bike, format: :json)
|
||||
end
|
||||
@@ -1 +0,0 @@
|
||||
json.extract! @bike, :created_at, :updated_at
|
||||
Reference in New Issue
Block a user