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

Version Path
rmails-0.2.1 app/views/aliases/_form.html.haml
rmails-0.2.0 app/views/aliases/_form.html.haml
rmails-0.1.6 app/views/aliases/_form.html.haml
rmails-0.1.5 app/views/aliases/_form.html.haml
rmails-0.1.4 app/views/aliases/_form.html.haml
rmails-0.1.3 app/views/aliases/_form.html.haml
rmails-0.1.2 app/views/aliases/_form.html.haml
rmails-0.1.1 app/views/aliases/_form.html.haml