mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
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:
parent
c8947519b7
commit
b932ac210f
4 changed files with 7 additions and 7 deletions
|
@ -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%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue