1
0
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:
Louis Knapp 2016-07-17 12:56:27 -05:00
parent 8a46a95678
commit a517eefd73
2 changed files with 3 additions and 0 deletions

View File

@ -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'

View File

@ -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