Sha256: 2656279236098e5b5f80c8bb6898a7ef6fec444dce5606da0e3807778589b595
Contents?: true
Size: 386 Bytes
Versions: 3
Compression:
Stored size: 386 Bytes
Contents
- form_for(@role) do |f| .ui-widget-content - if @role.errors.any? #error_explanation %h2="#{pluralize(@role.errors.count, 'error')} prohibited this entry from being saved:" %ul - @role.errors.full_messages.each do |msg| %li= msg %p = f.label :name %br = f.text_field :name %p = f.submit 'Create'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
squeezer-0.2.1 | app/views/roles/_form.html.haml |
squeezer-0.2.0 | app/views/roles/_form.html.haml |
squeezer-0.1.11 | app/views/roles/_form.html.haml |