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