Sha256: 499ee3892be4f572cb68273f532c8649e242c906af28fd5fe7d65df221da4874

Contents?: true

Size: 339 Bytes

Versions: 23

Compression:

Stored size: 339 Bytes

Contents

<h1>New user</h1>
<%=show_errors%>
<form action="<%=url('/user/create')%>" method='POST'>
	<table>
		<tr>
			<td>Login:</td>
			<td><input name='login'/></td>
		</tr>
		<tr>
			<td>Password:</td>
			<td><input name='password'/></td>
		</tr>
	</table>
	<br/>
	<input type='submit' value='Add'/>
	<a href="<%=url('users')%>">Back</a>
</form>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
rhosync-2.0.0.beta3 lib/rhosync/console/app/views/newuser.erb
rhosync-2.0.0.beta2 lib/rhosync/console/app/views/newuser.erb
rhosync-2.0.0.beta1 lib/rhosync/console/app/views/newuser.erb