foodsoft/app/views/admin/_newUser.rhtml
2009-01-06 11:49:19 +01:00

5 lines
No EOL
220 B
Text

<% form_tag(:action => 'createUser') do %>
<%= render :partial => 'users/form' %>
<p style="clear:both;">
<%= submit_tag "Speichern" %> | <%= link_to_function('Abbrechen', 'Element.hide("newUser")')%></p>
<% end %>