Sha256: 0e4016cdfca6d7cef9073b1767a3e4194ec4e0b4ff483ca1dbbc23e617e9ccee

Contents?: true

Size: 910 Bytes

Versions: 7

Compression:

Stored size: 910 Bytes

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
        .change-profile-pic
          %label Change profile pic
          = file_field_tag :photo
          = image_tag @city.profile_photo.photo.url(:thumb) rescue nil
        .field
          %label coords
          .row
            .col-xs-6
              = f.label :x
              = f.text_field :x
            .col-xs-6
              = f.label :y
              = f.text_field :y
      .col-sm-6
        .field
          = f.label :description
          = f.text_area :description, :class => [ :tinymce ]          

      .col-xs-12
        = f.label :deleted_at
        = f.text_field :deleted_at     
        .actions
          = f.submit

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ish_manager-0.1.8.207 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.206 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.205 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.204 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.203 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.202 app/views/ish_manager/cities/_form.haml
ish_manager-0.1.8.201 app/views/ish_manager/cities/_form.haml