Sha256: 2af8cba2ff8474b6a99dc5b0c1998726473717ce7b95190e4de52a4a3e74b6f5

Contents?: true

Size: 287 Bytes

Versions: 8

Compression:

Stored size: 287 Bytes

Contents

%label{:for => 'poll_question'} 
  =:question.l
  %br
  =text_field_tag 'poll[question]', poll.question, :class => 'text'

%br
%label
  =:choices.l
  %ol#options
    -poll.choices.each do |choice|
      %li= text_field_tag "choices[]", choice.description, :class => 'text'
  
%br
%br
%hr

Version data entries

8 entries across 8 versions & 1 rubygems

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