Sha256: 8fab376d2c089b6ce953ce4e62a6de87f4be2773674e3910104820d6ae57bc5c

Contents?: true

Size: 725 Bytes

Versions: 2

Compression:

Stored size: 725 Bytes

Contents

#tabs
  %ul
    %li
      %a{ :href => "#tabs-1" }
        = I18n.t('information', :count =>2).capitalize
  #tabs-1
    = form_for [forgeos_commerce, :admin, geo_zone], :html => { :id => 'geo_zone_form' }, :complete => "$('#dialog').dialog('close')", :remote => true do |f|
      %p
        %b
          = f.label :parent_id, I18n.t('parent').capitalize
          \:
        = f.collection_select :parent_id, GeoZone.all, :id, :name, { :prompt => I18n.t('please_select').capitalize, :include_blank => 'None' }
      %p
        %b
          = f.label :name, I18n.t('name').capitalize
          \:
        = f.text_field :name
      = f.submit I18n.t('save').capitalize

= javascript_tag "$(function(){ $('#tabs').tabs(); });"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
forgeos_commerce-1.9.1.rc1 app/views/admin/geo_zones/_form.html.haml
forgeos_commerce-1.9.0 app/views/admin/geo_zones/_form.html.haml