Sha256: bc6a663fd0b0bdeba4c5e2b6bfb7574d387c82919b8f8c2e96d013595b8630f3

Contents?: true

Size: 732 Bytes

Versions: 8

Compression:

Stored size: 732 Bytes

Contents

- if (template = template_for_current_view)
  = render(template, :account => @account)
- else
  
  -# default view

  = styles_for :task, :contact, :opportunity

  = render 'accounts/title_bar', :account => @account

  %div#edit_account{ hidden }

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

  = hook(:show_account_bottom, self) do

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

    = render "contacts/contacts", :object => @account

    = render "opportunities/opportunities", :object => @account

    = render "versions/versions", :object => @account

    = load_select_popups_for(@account, :tasks, :contacts, :opportunities)

Version data entries

8 entries across 8 versions & 1 rubygems

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