recruitment/app/views/recruitments/select_profile.html.erb

7 lines
375 B
Plaintext

<div class="profile-wrapper">
<h3><%= t("recruitment.select_a_profile") %></h3>
<div class="select-profile">
<a href="<%= newprofile_path(:type => "1") %>" class="btn btn-default profile-button"><%= t("recruitment.employee") %></a>
<a href="<%= newprofile_path(:type => "2") %>" class="btn btn-default profile-button"><%= t("recruitment.employer") %></a>
</div>
</div>