9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
|
<%= error_messages_for :role %>
|
||
|
|
||
|
<% form_for(:role, :url => roles_path, :html => { :id => 'role_form' }) do |f| %>
|
||
|
<%= render :partial => 'role_form' %>
|
||
|
<p>
|
||
|
<%= submit_tag "Create" %>
|
||
|
</p>
|
||
|
<% end %>
|