Sha256: 394cc59219d355934726c85be67f156a30e4c56dbe8dea15a5c9f90d2e8ab523

Contents?: true

Size: 679 Bytes

Versions: 19

Compression:

Stored size: 679 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

19 entries across 19 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/admin/fields/show.html.haml
fat_free_crm-0.15.2 app/views/admin/fields/show.html.haml
fat_free_crm-0.16.4 app/views/admin/fields/show.html.haml
fat_free_crm-0.14.1 app/views/admin/fields/show.html.haml
fat_free_crm-0.15.1 app/views/admin/fields/show.html.haml
fat_free_crm-0.16.3 app/views/admin/fields/show.html.haml
fat_free_crm-0.16.2 app/views/admin/fields/show.html.haml
fat_free_crm-0.16.1 app/views/admin/fields/show.html.haml
fat_free_crm-0.16.0 app/views/admin/fields/show.html.haml
fat_free_crm-0.15.0 app/views/admin/fields/show.html.haml
fat_free_crm-0.15.0.beta.2 app/views/admin/fields/show.html.haml
fat_free_crm-0.15.0.beta app/views/admin/fields/show.html.haml
fat_free_crm-0.14.0 app/views/admin/fields/show.html.haml
reduced_fat_crm-0.15.0.beta app/views/admin/fields/show.html.haml
reduced_fat_crm-0.14.0 app/views/admin/fields/show.html.haml
fat_free_crm-0.13.6 app/views/admin/fields/show.html.haml
fat_free_crm-0.13.5 app/views/admin/fields/show.html.haml
fat_free_crm-0.13.4 app/views/admin/fields/show.html.haml
fat_free_crm-0.13.3 app/views/admin/fields/show.html.haml