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