Sha256: d9dfa6be480d6181bda7115f637a4badca3eb60e87c2af9b3ef236a9678bb402

Contents?: true

Size: 237 Bytes

Versions: 3

Compression:

Stored size: 237 Bytes

Contents

.full-fields
  .sub-header
    .title Role Fields
  .content-wrapper
    = form_for @role do |f|
      = f.error_messages
      .item
        = f.label :name
        = f.text_field :name, :class => "field"
      .item
        = f.submit

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
dust-cms-0.0.07 app/views/dust/roles/_form.html.haml
dust-cms-0.0.06 app/views/dust/roles/_form.html.haml
dust-cms-0.0.05 app/views/dust/roles/_form.html.haml