Sha256: 939f9195b805976936506673688e9366db486b6e2fdb871dd8217de11c98f417

Contents?: true

Size: 520 Bytes

Versions: 5

Compression:

Stored size: 520 Bytes

Contents

%li.highlight.position{:class => field.class.name.underscore, :id => "field_#{field.id}"}
  %span.handle
    %img( src="/assets/sortable.gif" )

  .tools
    %small
      = link_to t(:edit), edit_admin_field_path(field), :class => 'edit'
      = link_to_delete(field, :url => admin_field_path(field), :klass_name => 'Field')

  %tt
    %b= field.label
    == (#{t("field_types.#{field.as}.title")})

    == added #{time_ago_in_words(field.created_at)} ago
    = hook(:field_bottom, self, :field => field)

  .edit_field

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fat_free_crm-0.12.3 app/views/admin/fields/_field.html.haml
fat_free_crm-0.12.2 app/views/admin/fields/_field.html.haml
fat_free_crm-0.12.1 app/views/admin/fields/_field.html.haml
fat_free_crm-0.12.0 app/views/admin/fields/_field.html.haml
fat_free_crm-0.11.4 app/views/admin/fields/_field.html.haml