Sha256: 4c63c38e345fc8fdc03793386de4ffaf4ad5dc46117bca0b388ef8ab6fd3a2a3

Contents?: true

Size: 752 Bytes

Versions: 19

Compression:

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

19 entries across 19 versions & 2 rubygems

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