fix for mobile new todo tags no being saved

the mobile interface shares the form for creating and updating todos.
the todo controller was using different names for them. this change
aligns them.
This commit is contained in:
tim madden 2012-04-28 22:34:03 -05:00
parent c8947519b7
commit b932ac210f
4 changed files with 7 additions and 7 deletions

View file

@ -230,7 +230,7 @@ table.c {
display:inline;
}
input#todo_description, input#tag_list, textarea#todo_notes, select#todo_project_id, select#todo_context_id {
input#todo_description, input#todo_tag_list, textarea#todo_notes, select#todo_project_id, select#todo_context_id {
width: 95%;
}