Sha256: 6b5ca595dde0b6dbf97f919b87677527cf5fe7870998ead3964cfc51bf642f1b
Contents?: true
Size: 471 Bytes
Versions: 4
Compression:
Stored size: 471 Bytes
Contents
= simple_form_for virtual_alias, :url => domain_aliases_path(@domain||'{domain_id}'), :method => :post do |f| = f.input :source, :label => t('.source'), :hint => t('.source_hint') %i.icon-hand-right = f.input :destination, :label => t('.destination'), :as => :text, :hint => t('.dest_hint') .actions = f.button :button, t('.submit'), :type => 'submit', :class => 'btn-primary right' = f.button :button, t('.reset'), :type => 'reset', :class => 'left'
Version data entries
4 entries across 4 versions & 1 rubygems