Sha256: ebddad08a91c7c47a0cde39770d7360dda41602d4584659806fe9060277598d5

Contents?: true

Size: 691 Bytes

Versions: 5

Compression:

Stored size: 691 Bytes

Contents

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

  -# default view

  = styles_for :task, :contact

  = render 'opportunities/title_bar', opportunity: @opportunity
  = render 'opportunities/sidebar_show', opportunity: @opportunity

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

  = hook(:show_opportunity_bottom, self, {entity: @opportunity}) do

    = render "tasks/tasks", object: @opportunity

    = render "contacts/contacts", object: @opportunity

    = render "versions/versions", object: @opportunity

    = load_select_popups_for(@opportunity, :tasks, :contacts)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/opportunities/show.html.haml
fat_free_crm-0.22.0 app/views/opportunities/show.html.haml
fat_free_crm-0.21.0 app/views/opportunities/show.html.haml
fat_free_crm-0.20.1 app/views/opportunities/show.html.haml
fat_free_crm-0.20.0 app/views/opportunities/show.html.haml