add.rhtml
7 lines
| 302 B
| text/html+ruby
|
RhtmlLexer
|
r12 | <h2><%=l(:label_user_new)%></h2> | ||
|
r2 | |||
|
r19 | <% labelled_tabular_form_for :user, @user, :url => { :action => "add" } do |f| %> | ||
<%= render :partial => 'form', :locals => { :f => f } %> | ||||
<%= submit_tag l(:button_create) %> | ||||
|
r543 | <%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %> | ||
<% end %> | ||||