mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-22 08:21:14 +00:00
Missing select name.
git-svn-id: http://svn.redmine.org/redmine/trunk@15931 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
8b86d5158e
commit
ac7e5f4db2
@ -59,7 +59,7 @@ module MyHelper
|
||||
Redmine::MyPage.block_options.each do |label, block|
|
||||
options << content_tag('option', label, :value => block, :disabled => disabled.include?(block))
|
||||
end
|
||||
content_tag('select', options, :id => "block-select")
|
||||
select_tag('block', options, :id => "block-select")
|
||||
end
|
||||
|
||||
def calendar_items(startdt, enddt)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user