Sha256: 556e0430c83f501d2f2e31d771aef771100bffdaa5b7bcb9044a9093335ec53c

Contents?: true

Size: 699 Bytes

Versions: 19

Compression:

Stored size: 699 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, {entity: @contact}) 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

19 entries across 19 versions & 2 rubygems

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