app/views/events/edit.html.haml in artfully_ose-1.2.0.beta.1 vs app/views/events/edit.html.haml in artfully_ose-1.2.0.pre

- old
+ new

@@ -11,15 +11,10 @@ = form_for( @event, :html => { :class => 'form-horizontal' } ) do |form| .control-group =form.label :name, "Event name", :class => 'control-label' .controls =form.text_field :name, :class => 'input-xlarge', :placeholder=>"Event name" - - .control-group - =form.label :subtitle, :class => 'control-label' - .controls - = form.text_field :subtitle, :class => 'input-xlarge', :placeholder=>"Event subtitle" - + .control-group =form.label :producer, "Producer", :class => 'control-label' .controls =form.text_field :producer, :class => 'input-xlarge'