Sha256: 0855861c215425f38d1e9756c8fd6b809c78e89fce5fc3a5e0fe47011e0534df

Contents?: true

Size: 480 Bytes

Versions: 6

Compression:

Stored size: 480 Bytes

Contents

= content_for :index_header do
  .pull-left
    = count_div 'admin-states-count' do
      = print_count @count, t_state_list
  .pull-right
    = ajax_link_to_new t(:'address.state.add'), [:new, :admin, :state], id: 'new-admin-state-link'

= content_for :new_form do
  #new-admin-state.hide
#show-admin-states-form
  =render 'country_select_form'
=hr
#admin-country-states
  = render 'country_table', states: @default_country.states, country: @default_country if @default_country

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
gaku_core-0.0.3 app/views/gaku/admin/states/index.html.slim
gaku-0.0.3 core/app/views/gaku/admin/states/index.html.slim
gaku-0.0.2 core/app/views/gaku/admin/states/index.html.slim
gaku_core-0.0.2 app/views/gaku/admin/states/index.html.slim
gaku-0.0.1 core/app/views/gaku/admin/states/index.html.slim
gaku_core-0.0.1 app/views/gaku/admin/states/index.html.slim