<% if @avatar_url %>
<% else %>
<% end %>
<%= @name %>
/
<% if @content_type == 'maps' %>
<%= link_to 'Maps', '#', class: "DropdownLink js-breadcrumb-dropdown-target" %>
<% else %>
<%= link_to 'Datasets', '#', class: "DropdownLink js-breadcrumb-dropdown-target" %>
<% end %>
<% content_for(:js) do %>
-
<% end %>
<% if @description.present? %>
<%= @description %>
<% end %>
<% if @website.present? %>
-
<%= link_to @website_clean, @website %>
<% end %>
<% if @twitter_username.present? %>
-
<%= link_to @twitter_username, "https://twitter.com/#{@twitter_username}" %>
<% end %>
<% if @available_for_hire %>
-
<%= mail_to @email, "Available for hire" %>
<% end %>