diff options
Diffstat (limited to 'app/views/roles/new.rhtml')
-rw-r--r-- | app/views/roles/new.rhtml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/roles/new.rhtml b/app/views/roles/new.rhtml new file mode 100644 index 000000000..a73c36cb1 --- /dev/null +++ b/app/views/roles/new.rhtml @@ -0,0 +1,6 @@ +<h2><%=l(:label_role_new)%></h2> +
+<% labelled_tabular_form_for :role, @role, :url => { :action => 'new' }, :html => {:id => 'role_form'} do |f| %> +<%= render :partial => 'form', :locals => { :f => f } %> +<%= submit_tag l(:button_create) %> +<% end %>
\ No newline at end of file |