Fix flowr output to work with Bootstrap 4

This commit is contained in:
Sebastian Serth
2018-11-28 15:22:21 +01:00
parent b9dce854c4
commit 212867f300
3 changed files with 15 additions and 12 deletions

View File

@ -40,8 +40,6 @@ Rails.application.routes.draw do
get 'dashboard', to: 'dashboard#show'
end
get '/help', to: 'application#help'
get '/insights', to: 'flowr#insights'
get 'statistics/', to: 'statistics#show'