mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-31 14:28:49 +01:00
WIP: projects page
This commit is contained in:
parent
36fb043ed6
commit
3d905b7289
10 changed files with 97 additions and 66 deletions
|
|
@ -1,4 +1,4 @@
|
|||
page[dom_id(@project, 'edit')].replace_html :partial => 'project_form', :locals => { :project_form => @project }
|
||||
page[@project].hide
|
||||
page[dom_id(@project, 'edit')].show
|
||||
page[dom_id(@project, 'edit_form')].down('input.project-name').focus
|
||||
page[dom_id(@project, 'edit_form')].find('input.project-name').focus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue