Sha256: 3295c1faf437532d266712f5e3e033f6c701a8731a90de9447536cf153d3b963
Contents?: true
Size: 648 Bytes
Versions: 19
Compression:
Stored size: 648 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 "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
19 entries across 19 versions & 2 rubygems