new.html.erb 153 Bytes
<h1> <%= _("Create a new role") %> </h1>

<%= render :partial => 'form', :locals => { :mode => :create, :role => @role, :permissions => ['Profile'] } %>