mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-06 04:40:18 +01:00
fixes #929. Manually applied revision:37a45313a0c0876272a871093e112c159c34b547 because it did not cleanly apply with cherry-pick
This commit is contained in:
parent
ffc1c11676
commit
ab9fa1fc46
2 changed files with 12 additions and 5 deletions
|
|
@ -110,7 +110,8 @@ $('todo_context_name').projectDefaultContextsMap = eval('(' + <%= @default_proje
|
|||
<%= text_field("todo", "show_from", "size" => 12, "class" => "Date", "onfocus" => "Calendar.setup", "tabindex" => 7, "autocomplete" => "off") %>
|
||||
</div>
|
||||
|
||||
<%= source_view_tag( @source_view ) %>
|
||||
<%= source_view_tag( @source_view ) %>
|
||||
<%= hidden_field_tag :_tag_name, @tag_name.underscore.gsub(/\s+/,'_') if source_view_is :tag %>
|
||||
|
||||
<div class="submit_box">
|
||||
<div class="widgets">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue