Sha256: 2dcc4f4b230e89b6dbb8d1030abfd49d7420693ed4beba1a6f97793000c89f99

Contents?: true

Size: 676 Bytes

Versions: 13

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

13 entries across 13 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/admin/fields/show.html.haml
fat_free_crm-0.22.0 app/views/admin/fields/show.html.haml
fat_free_crm-0.21.0 app/views/admin/fields/show.html.haml
fat_free_crm-0.20.1 app/views/admin/fields/show.html.haml
fat_free_crm-0.20.0 app/views/admin/fields/show.html.haml
fat_free_crm-0.19.2 app/views/admin/fields/show.html.haml
fat_free_crm-0.19.0 app/views/admin/fields/show.html.haml
fat_free_crm-0.18.2 app/views/admin/fields/show.html.haml
fat_free_crm-0.17.3 app/views/admin/fields/show.html.haml
fat_free_crm-0.18.1 app/views/admin/fields/show.html.haml
fat_free_crm-0.18.0 app/views/admin/fields/show.html.haml
fat_free_crm-0.17.2 app/views/admin/fields/show.html.haml
fat_free_crm-0.17.1 app/views/admin/fields/show.html.haml