<%= campaign.name.try(:capitalize) %>
<%= link_to edit_campaign_path(campaign.id), class: 'volite' do%> Edit   <% end %>
CAMPAIGN DETAILS
<%= link_to '#', class: 'collapse-down-arrow volite pull-right pr10 campaign-details-link', data: {id: campaign.id, remote: true} do %> Hide <% end %>

<%= render 'campaign_details', campaign: campaign %>
Create a Talent Wishlist (Optional)

Here are some talent recommendations based on the information you've provided thus far. You can select up to five individuals and assign them priority. Or, you can simply skip this step and allow your dedicated account manager to source the talent for you.

RECOMMENDED TALENT
<%= link_to '>>', '#', class: 'btn btn-primary fs18 p10 w100p bold' %>
TALENT WISHLIST
    <% campaign.talent_wishlists.includes(:talent_user).each do |talent_wishlist| %>
  • data-wishlist-id=<%= talent_wishlist.id %> >
    <%= image_tag talent_wishlist.talent_user.avatar.url(:square_icon), class: "img-circle" rescue nil %>

    <%= talent_wishlist.talent_user.name.try(:titleize) rescue nil %>

    SOCIAL MEDIA INFLUENCER

  • <% end %>
<%= link_to '<<', '#', class:'btn btn-primary fs18 p10 w100p bold pull-right'%>