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

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