parent
fba5932f40
commit
90703d6987
After Width: | Height: | Size: 67 B |
After Width: | Height: | Size: 64 B |
After Width: | Height: | Size: 67 B |
After Width: | Height: | Size: 54 B |
@ -1,5 +1,5 @@ |
||||
class Widget::Controls::Clear < Widget::Base |
||||
def render |
||||
link_to l(:button_clear), '#', :id => 'query-link-clear', :class => 'icon icon-clear' |
||||
link_to content_tag(:span, content_tag(:em, l(:"button_clear"), :class => "button-icon icon-clear")), '#', :id => 'query-link-clear', :class => 'button secondary' |
||||
end |
||||
end |
||||
|
Loading…
Reference in new issue