OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/lib/widget/controls/clear.rb

6 lines
158 B

class Widget::Controls::Clear < Widget::Base
def render
link_to l(:button_clear), '#', :id => 'query-link-clear', :class => 'icon icon-clear'
end
end