Sha256: b378c438849fa375a79f4f077ce92ae97858fceebbb2bbe81fe3a9b3b6933ca5
Contents?: true
Size: 1000 Bytes
Versions: 59
Compression:
Stored size: 1000 Bytes
Contents
.manager-cities--form = form_for @city, :html => { :multipart => true } do |f| .row .col.s6 .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.s6 = f.label :x = f.text_field :x .col.s6 = 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.s6 .field = f.label :description = f.text_area :description, :class => [ :tinymce ] .col.s12 .actions = f.submit
Version data entries
59 entries across 59 versions & 1 rubygems