Sha256: 2386c431689f600f202442d34ad8227cca08160ab37f37782044567552b01959

Contents?: true

Size: 302 Bytes

Versions: 8

Compression:

Stored size: 302 Bytes

Contents

%label 
  =:title.l + ":"
= f.text_field :title, :size => 35

%label
  =:description.l + ":"
= f.text_area :description, :size => "58x5"

= hidden_field_tag :go_to

%p
  = f.submit button1
  = :or.l
  =  f.submit button2, :onclick => "Form.getInputs(this.form, null, 'go_to')[0].value = 'only_create'"

Version data entries

8 entries across 8 versions & 1 rubygems

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