Method: ToolButtonsHelper#cancel_button
- Defined in:
- app/helpers/tool_buttons_helper.rb
#cancel_button(options = {}) ⇒ Object
49 50 51 52 |
# File 'app/helpers/tool_buttons_helper.rb', line 49 def ( = {} ) ( :cancel, "remove black", "", :title => t(:cancel) ) end |