Sha256: f8b23b4ed0e7d68c5cd089bc3be358f5df375820b59b0b37e0b3906e3837bb82
Contents?: true
Size: 1010 Bytes
Versions: 44
Compression:
Stored size: 1010 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 .field = f.label :deleted_at = f.text_field :deleted_at .field = f.check_box :is_active = f.label :is_active .col-sm-6 .field = f.label :description = f.text_area :description, :class => [ :tinymce ] .col-xs-12 .actions = f.submit
Version data entries
44 entries across 44 versions & 1 rubygems