1
0

Added project menu, body_trackers#index and sidebar

This commit is contained in:
cryptogopher
2019-08-09 12:09:18 +02:00
parent 3e83693c28
commit 40f39a955c
6 changed files with 37 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
# English strings go here for Rails i18n
en:
# my_label: "My label"
body_trackers_menu_caption: 'Body trackers'
body_trackers:
index:
heading: 'Summary'
sidebar:
heading_common: 'Common'

View File

@@ -1,2 +1,8 @@
# Plugin's routes
# See: http://guides.rubyonrails.org/routing.html
resources :projects do
shallow do
resources :body_trackers, :controller => 'body_trackers', :only => [:index]
end
end