Added project menu, body_trackers#index and sidebar
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user