10 lines
308 B
Plaintext
10 lines
308 B
Plaintext
<h2>새 역할 그룹</h2>
|
|
|
|
<%= form_for @role_group, url: '/role_groups/create', html: { class: 'tabular' } do |f| %>
|
|
<%= render partial: 'form', locals: { f: f } %>
|
|
<p>
|
|
<%= f.submit '생성', class: 'button-positive' %>
|
|
<%= link_to '취소', '/role_groups', class: 'button' %>
|
|
</p>
|
|
<% end %>
|