Sha256: 4c0ae078408fffb344edcfb386d8f86dedbc7a8b5f23c218bd5c92bce1e4fa13

Contents?: true

Size: 679 Bytes

Versions: 8

Compression:

Stored size: 679 Bytes

Contents

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

  -# default view

  = styles_for :task, :opportunity
  
  = render 'contacts/title_bar', :contact => @contact

  = render "comments/new", :commentable => @contact
  = render :partial => "shared/timeline", :collection => @timeline

  = hook(:show_contact_bottom, self) do

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

    = render :partial => "opportunities/opportunities", :locals => {:object => @contact}
    
    = render :partial => "versions/versions", :locals => {:object => @contact}

    = load_select_popups_for(@contact, :tasks, :opportunities)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fat_free_crm-0.13.2 app/views/contacts/show.html.haml
fat_free_crm-0.12.3 app/views/contacts/show.html.haml
fat_free_crm-0.12.2 app/views/contacts/show.html.haml
fat_free_crm-0.13.1 app/views/contacts/show.html.haml
fat_free_crm-0.12.1 app/views/contacts/show.html.haml
fat_free_crm-0.13.0 app/views/contacts/show.html.haml
fat_free_crm-0.12.0 app/views/contacts/show.html.haml
fat_free_crm-0.11.4 app/views/contacts/show.html.haml