Sha256: 714b0ac2d7c14d74693bbd2ea9edbd6d8a7743f7d4433af9d2fa5161a9193445

Contents?: true

Size: 518 Bytes

Versions: 11

Compression:

Stored size: 518 Bytes

Contents

= error_messages_for resource_sym

= form_for resource do |f|
  %p
    %b= f.label :title
    %br
    = f.text_field :title
    
  %p
    %b= f.label :description
    %br
    = f.text_field :description
    
  %p#article_text
    %b= f.label :post
    %br
    ~ f.text_area :post

  %p
    %b= f.label :format
    = f.select :format, Governor::Formatters.available_formatters.keys
  
  = render_plugin_partial('bottom_of_form', :locals => {:f => f})
  
  %p
    = f.submit "#{controller.action_name.titleize} Article"

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
governor-0.5.7 app/views/governor/articles/_form.html.haml
governor-0.5.6 app/views/governor/articles/_form.html.haml
governor-0.5.5 app/views/governor/articles/_form.html.haml
governor-0.5.4 app/views/governor/articles/_form.html.haml
governor-0.5.3 app/views/governor/articles/_form.html.haml
governor-0.5.2 app/views/governor/articles/_form.html.haml
governor-0.5.1 app/views/governor/articles/_form.html.haml
governor-0.5.0 app/views/governor/articles/_form.html.haml
governor-0.4.0 app/views/governor/articles/_form.html.haml
governor-0.3.1 app/views/governor/articles/_form.html.haml
governor-0.3.0 app/views/governor/articles/_form.html.haml