Skip to content

Instantly share code, notes, and snippets.

@tiansial
Created April 28, 2015 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiansial/ad91dcd39124d803a1eb to your computer and use it in GitHub Desktop.
Save tiansial/ad91dcd39124d803a1eb to your computer and use it in GitHub Desktop.
<h3>Email ID {{{email._id}}}</h3>
<form action="/emails/{{{email._id}}}/edit" method='post' name='updateemail' enctype='application/x-www-form-urlencoded'>
<p>Email: <input id="inputEmail" type="text" value='{{{email.email}}}' name='email'></p>
<p>Password: <input id="inputPassword" type="text" value='{{{email.password}}}' name='password'></p>
<p>Serviço: <input id="inputServico" type="text" value='{{{email.servico}}}' name='servico'></p>
<p><input type="hidden" value="PUT" name="_method"></p>
<p><button type="submit" id="btnSubmit">Update</button></p>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment