Sha256: d1945951b3acf35a808035d9afdce3bfee5ba92bb21182c9177c00607b85c256
Contents?: true
Size: 471 Bytes
Versions: 8
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('.create'), :type => 'submit', :class => 'btn-primary right' = f.button :button, t('.reset'), :type => 'reset', :class => 'left'
Version data entries
8 entries across 8 versions & 1 rubygems