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

7 lines
375 B
Plaintext
Raw Normal View History

2017-12-21 19:41:50 +00:00
<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>