Sha256: f5ce9543ec8ca841ef0a544f288f6f832c8e5f8420b1dae76f0253134ce77337

Contents?: true

Size: 525 Bytes

Versions: 8

Compression:

Stored size: 525 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) 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.13.2 app/views/leads/show.html.haml
fat_free_crm-0.12.3 app/views/leads/show.html.haml
fat_free_crm-0.12.2 app/views/leads/show.html.haml
fat_free_crm-0.13.1 app/views/leads/show.html.haml
fat_free_crm-0.12.1 app/views/leads/show.html.haml
fat_free_crm-0.13.0 app/views/leads/show.html.haml
fat_free_crm-0.12.0 app/views/leads/show.html.haml
fat_free_crm-0.11.4 app/views/leads/show.html.haml