Sha256: 8afcf75af2327f84237374f6844f10a22c004dd4fc6efa8862d8bcb5c5c6bfad

Contents?: true

Size: 509 Bytes

Versions: 8

Compression:

Stored size: 509 Bytes

Contents

- if (template = template_for_current_view)
  = render(template, lead: @lead)
- else

  -# default view

  = styles_for :task

  = render 'leads/title_bar', lead: @lead
  
  = render "comments/new", commentable: @lead
  = render partial: "shared/timeline", collection: @timeline

  = hook(:show_lead_bottom, self, {entity: @lead}) do

    = render partial: "tasks/tasks", locals: {object: @lead}

    = render partial: "versions/versions", locals: {object: @lead}

    = load_select_popups_for(@lead, :tasks)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fat_free_crm-0.19.2 app/views/leads/show.html.haml
fat_free_crm-0.19.0 app/views/leads/show.html.haml
fat_free_crm-0.18.2 app/views/leads/show.html.haml
fat_free_crm-0.17.3 app/views/leads/show.html.haml
fat_free_crm-0.18.1 app/views/leads/show.html.haml
fat_free_crm-0.18.0 app/views/leads/show.html.haml
fat_free_crm-0.17.2 app/views/leads/show.html.haml
fat_free_crm-0.17.1 app/views/leads/show.html.haml