Sha256: 3929cce186d3648bbf0022c744a17752567e270ed5049d84c5f928dbf5098f63

Contents?: true

Size: 795 Bytes

Versions: 1

Compression:

Stored size: 795 Bytes

Contents

%form
  %h2 Submit News Article
  %p.col_5
    %label{:for => 'title'} Title <small>Must contain alpha-numeric characters.</small>
    %input{:type => 'text', :name => 'title'}
  %p.col_5
    %label{:for => 'slug'} Slug <small>Must contain alpha-numeric characters.</small>
    %input{:type => 'text', :name => 'slug'}
    
  %p.col_6
    %label{:for => 'category'} Category
    %select{:name => 'category'}
      %option Draft
      %option Published
      %option Private
  %p.col_16
    %label Summary <small>Will be displayed in search engine results.</small>
    %textarea
    
  %p.col_16
    %label Article <small>Markdown Syntax.</small>
    %textarea.big
  %p.col_16
    %input{:type => 'reset', :value => 'Reset'}
    %input{:type => 'submit', :value => 'Post'}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
admin_fu-0.1.0 app/views/admin_fu/samples/form.html.haml