mirror of
https://github.com/fspc/bike-database.git
synced 2025-02-23 01:23:24 -05:00
lk | update ruby version and add link to bikes fixed per week report
This commit is contained in:
parent
8a46a95678
commit
a517eefd73
1
Gemfile
1
Gemfile
@ -1,4 +1,5 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
ruby "2.3.1"
|
||||||
|
|
||||||
gem 'rails', '4.2'
|
gem 'rails', '4.2'
|
||||||
gem 'pg', '0.15.1'
|
gem 'pg', '0.15.1'
|
||||||
|
@ -23,3 +23,5 @@
|
|||||||
%h2 Reports
|
%h2 Reports
|
||||||
%br
|
%br
|
||||||
= link_to "Bikes Sold Per Year", bikes_sold_per_year_path
|
= link_to "Bikes Sold Per Year", bikes_sold_per_year_path
|
||||||
|
%br
|
||||||
|
= link_to "Bikes Fixed Per Week", bikes_fixed_per_week_path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user