Method: ContainersHelper#power_on_off_message
- Defined in:
- app/helpers/containers_helper.rb
#power_on_off_message(vm) ⇒ Object
73 74 75 76 |
# File 'app/helpers/containers_helper.rb', line 73 def (vm) _("Are you sure you want to power %{act} %{vm}?") % { :act => action_string(vm).downcase.strip, :vm => vm } end |