mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
7 lines
241 B
Text
7 lines
241 B
Text
page['default_project_name_id'].value = @project.name
|
|
page['todo_project_name'].value = @project.name
|
|
|
|
page << "enable_rich_interaction();"
|
|
|
|
status_message = t('projects.status_project_name_changed')
|
|
page.notify :notice, status_message, 5.0
|