Sha256: 4953a188a0fcd95383a138e3d587d643708da570ea664c4deb0f7eccafbd94c7

Contents?: true

Size: 1.3 KB

Versions: 4

Compression:

Stored size: 1.3 KB

Contents

.fieldset.grid_11
  %h2= t 'setting.company_info'
  .clear
  = f.fields_for :address do |address|
    .street-input
      = address.label :address, t(:address, :count => 1).capitalize
      = address.text_field :address
    .street-input
      = address.label :address_2, t(:address, :count => 1).capitalize
      = address.text_field :address_2
    .zip-code-input
      = address.label :zip_code, t('address.zip_code').capitalize
      = address.text_field :zip_code
    .town-input
      = address.label :city, t('address.city').capitalize
      = address.text_field :city
    .country-select
      = address.label :country_id, t('address.country').capitalize
      = address.collection_select :country_id, Country.all(:order => "name"), :id, :printable_name, :prompt => t(:please_select)
    .clear
.tool-tip-settings.grid_4
  The shop localization reassure your customers.
.fieldset.grid_11
  %h2= t 'setting.contact_info'
  .clear
  .phone-input
    = f.label :phone_number, t('setting.phone_number').capitalize
    = f.text_field :phone_number
  .phone-input
    = f.label :fax_number, t('setting.fax_number').capitalize
    = f.text_field :fax_number
  .phone-input
    = f.label :email, t('setting.email').capitalize
    = f.text_field :email
  .clear
.tool-tip-settings.grid_4
  The shop localization reassure your customers.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
forgeos_core-1.9.4 app/views/admin/settings/_general.html.haml
forgeos_core-1.9.3 app/views/admin/settings/_general.html.haml
forgeos_core-1.9.2 app/views/admin/settings/_general.html.haml
forgeos_core-1.9.1 app/views/admin/settings/_general.html.haml