mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-24 11:10:12 +01:00
fix #1096 where the title of project was incorrectly set to context in mobile edit form
This commit is contained in:
parent
33d73eef62
commit
56d8d04337
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ else
|
|||
@contexts, "id", "name", @mobile_from_context.id),
|
||||
{"id" => :todo_context_id, :tabindex => 4} )
|
||||
end %>
|
||||
<h2><label for="todo_project_id"><%= t('common.context') %></label></h2>
|
||||
<h2><label for="todo_project_id"><%= t('common.project') %></label></h2>
|
||||
<%= unless @mobile_from_project
|
||||
collection_select( "todo", "project_id", @projects, "id", "name",
|
||||
{:include_blank => t('todos.no_project')}, {"tabindex" => 5} )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue