Sha256: 0762c8a72dd60442a46dd8fa67a7656b9ff028324d87a0043b5df0ab3fccba6b
Contents?: true
Size: 592 Bytes
Versions: 2
Compression:
Stored size: 592 Bytes
Contents
.form-area %p#group_title %label{:for=>"group_name"} Name (Required) %p.title= f.text_field "name", :class=>"textbox", :maxlength=>100 %br %p.label %label.optional{:for=>"group_notes"} Notes (Optional) %p= f.text_area "notes", :class=>"group_textarea" = updated_stamp @group %p.buttons = save_model_button(@group) = save_model_and_continue_editing_button(@group) or = link_to "Cancel", admin_groups_url = focus 'group_name' - content_for :page_css do :sass .group_textarea width: 99.5% height: 100px font-size: 120%
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
radiant-page_group_permissions-extension-1.0.1 | app/views/admin/groups/_form.html.haml |
radiant-page_group_permissions-extension-1.0.0 | app/views/admin/groups/_form.html.haml |