Sha256: 4fc9cf77c9c45646948f2dad15fe11b972adf12d21ffef772b3760a87c3a5c8e

Contents?: true

Size: 559 Bytes

Versions: 8

Compression:

Stored size: 559 Bytes

Contents

-box do
  %h3= :editing_metro_area.l

  = error_messages_for :metro_area
  = form_for(:metro_area, :url => metro_area_path(@metro_area), :html => { :method => :put, :class => 'MainForm' }) do |f|
    %label= :country.l + ":"
    = f.collection_select :country_id, Country.find(:all, :order => "name"), :id, :name
    %label= :state.l + ":"
    = f.collection_select :state_id, State.find(:all), :id, :name, :include_blank => true
    %label= :name.l + ":"
    = f.text_field :name

    %p
      = submit_tag :update.l

    = link_to :back.l, metro_areas_path

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/metro_areas/edit.html.haml
community_engine-2.3.1 app/views/metro_areas/edit.html.haml
community_engine-2.3.0 app/views/metro_areas/edit.html.haml
community_engine-2.1.0 app/views/metro_areas/edit.html.haml
community_engine-2.0.0 app/views/metro_areas/edit.html.haml
community_engine-2.0.0.beta3 app/views/metro_areas/edit.html.haml
community_engine-2.0.0.beta2 app/views/metro_areas/edit.html.haml
community_engine-2.0.0.beta1 app/views/metro_areas/edit.html.haml