<%
content_for :title do 'New Role' end
%>
<h1>New role</h1>

<%= render 'form' %>

<%= link_to 'Back', roles_path %>
