clean up views & volunteer display

This commit is contained in:
loos
2014-03-12 19:58:06 -05:00
parent 65216e3835
commit 8b17200b97
10 changed files with 66 additions and 32 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<div class="container">
<h1>Listing bikes</h1>
<h1>Bikes</h1>
<table class="table table-striped table-bordered table-hover">
<thead>
-4
View File
@@ -1,4 +0,0 @@
json.array!(@bikes) do |bike|
json.extract! bike,
json.url bike_url(bike, format: :json)
end
-1
View File
@@ -1 +0,0 @@
json.extract! @bike, :created_at, :updated_at