Sha256: 3c36c2b4cf41805bd085d86f00c088ab180780b5e849d7f8b2e6699da92cc7d8

Contents?: true

Size: 676 Bytes

Versions: 12

Compression:

Stored size: 676 Bytes

Contents

= styles_for :field

#confirm{ hidden }
.title_tools#menu
  = link_to_inline(:edit_field, edit_admin_field_path(@field), :text => "Edit") + " | "
.title#edit_field_title= @field.field_label

%div#edit_field{ hidden }

%tt
  %br
  Label:
  %b
    - if @field.field_label?
      = @field.field_label
  %br
  Name:
  %b
    - if @field.field_name?
      = @field.field_name
  %br
  Table:
  %b
    - if @field.table_name?
      = @field.table_name.pluralize
  %br
  Type:
  %b
    - if @field.field_type?
      = @field.field_type
  %br
  %br
  Created at:
  %b
    = @field.created_at.to_s
  %br
  Updated at:
  %b
    = @field.updated_at.to_s

= hook(:show_field_bottom, self)

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
fat_free_crm-0.13.2 app/views/admin/fields/show.html.haml
fat_free_crm-0.12.3 app/views/admin/fields/show.html.haml
fat_free_crm-0.12.2 app/views/admin/fields/show.html.haml
fat_free_crm-0.13.1 app/views/admin/fields/show.html.haml
fat_free_crm-0.12.1 app/views/admin/fields/show.html.haml
fat_free_crm-0.13.0 app/views/admin/fields/show.html.haml
fat_free_crm-0.12.0 app/views/admin/fields/show.html.haml
fat_free_crm-0.11.4 app/views/admin/fields/show.html.haml
fat_free_crm-0.11.3 app/views/admin/fields/show.html.haml
fat_free_crm-0.11.2 app/views/admin/fields/show.html.haml
fat_free_crm-0.11.1 app/views/admin/fields/show.html.haml
fat_free_crm-0.11.0 app/views/admin/fields/show.html.haml