mirror of
https://github.com/redmine/redmine.git
synced 2026-03-16 01:20:59 +01:00
Removed unused helper.
git-svn-id: http://svn.redmine.org/redmine/trunk@13701 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -1006,11 +1006,6 @@ module ApplicationHelper
|
||||
(blank ? [["(auto)", ""]] : []) + languages_options
|
||||
end
|
||||
|
||||
def label_tag_for(name, option_tags = nil, options = {})
|
||||
label_text = l(("field_"+field.to_s.gsub(/\_id$/, "")).to_sym) + (options.delete(:required) ? @template.content_tag("span", " *", :class => "required"): "")
|
||||
content_tag("label", label_text)
|
||||
end
|
||||
|
||||
def labelled_form_for(*args, &proc)
|
||||
args << {} unless args.last.is_a?(Hash)
|
||||
options = args.last
|
||||
|
||||
Reference in New Issue
Block a user