mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-25 08:34:08 +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),
|
@contexts, "id", "name", @mobile_from_context.id),
|
||||||
{"id" => :todo_context_id, :tabindex => 4} )
|
{"id" => :todo_context_id, :tabindex => 4} )
|
||||||
end %>
|
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
|
<%= unless @mobile_from_project
|
||||||
collection_select( "todo", "project_id", @projects, "id", "name",
|
collection_select( "todo", "project_id", @projects, "id", "name",
|
||||||
{:include_blank => t('todos.no_project')}, {"tabindex" => 5} )
|
{:include_blank => t('todos.no_project')}, {"tabindex" => 5} )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue