Sha256: dc5391b2a814b57c9a2856530d1f24984ef583db06fde30912eb726b7205b1d9

Contents?: true

Size: 1.33 KB

Versions: 148

Compression:

Stored size: 1.33 KB

Contents

.manager-cities--form
  = form_for @city, :html => { :multipart => true } do |f|
    .row
      .col-sm-6
        .field
          %label= t('cities.name')
          = f.text_field :name
        .field
          %label CityName
          = f.text_field :cityname
      .col-sm-6
        .field
          = image_flag 'en'
          %label= t('cities.name_en')
          = f.text_field :name_en
        .field
          = image_flag 'ru'
          %label= t('cities.name')
          = f.text_field :name_ru
        .field
          = image_flag 'pt'
          %label= t('cities.name')
          = f.text_field :name_pt
      .col-sm-6
        .field
          = f.check_box :is_feature
          = f.label :is_feature
        .field
          = f.label :n_features
          = f.number_field :n_features
        .change-profile-pic
          %label Change profile pic
          = file_field_tag :photo
          - begin
            = image_tag @city.profile_photo.photo.url(:thumb)
          - rescue
      .col-sm-6
        .field
          = f.label :description
          = f.text_area :description, :class => [ :tinymce ]          
        .field
          %label coords
          .row
            .col-xs-6
              = f.text_field :x
            .col-xs-6
              = f.text_field :y
      .col-xs-12              
        .actions
          = f.submit

Version data entries

148 entries across 148 versions & 1 rubygems

Version Path
ish_manager-0.1.8.199 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.198 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.197 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.196 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.195 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.194 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.193 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.192 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.188 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.182 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.181 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.180 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.179 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.178 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.177 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.176 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.173 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.172 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.171 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.166 app/views/ish_manager/cities/_form.haml