mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-04 06:51:48 +01:00
Add a help page with link to the user manual and other sources
This commit is contained in:
parent
5be552a71f
commit
cf5751cdce
5 changed files with 20 additions and 0 deletions
|
|
@ -401,6 +401,7 @@ en:
|
|||
import_title: Import data
|
||||
preferences: Preferences
|
||||
integrations_: Integrate Tracks
|
||||
help_page: Help
|
||||
feeds_title: See a list of available feeds
|
||||
calendar_title: Calendar of due actions
|
||||
completed_tasks: Done
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ Rails.application.routes.draw do
|
|||
get 'data/xml_export' => 'data#xml_export'
|
||||
get 'data/csv_actions' => 'data#csv_actions'
|
||||
|
||||
get 'help' => "integrations#help"
|
||||
get 'integrations' => "integrations#index"
|
||||
get 'integrations/rest_api' => "integrations#rest_api", :as => 'rest_api_docs'
|
||||
post 'integrations/cloudmailin' => 'integrations#cloudmailin'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue