This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
barleysodas/app/views/roles/new.rhtml

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 %>