<%= t("recruitment.welcome") %> <%= @profile.name %>!
<%= t("recruitment.logout") %>

<% if params[:action] == "recruitment_dashboard" && @profile.is_employer? %>
<%= t("recruitment.add_job") %> <%= t("recruitment.add_internship") %> <%= t("recruitment.add_exchange") %>
<% end %>