gonito/templates/your-account.hamlet

18 lines
834 B
Plaintext
Raw Normal View History

2016-02-15 10:02:05 +01:00
<div class="container">
<div id="main" role="main">
<h2>Your account
<hr>
2016-12-03 15:19:11 +01:00
$maybe _ <- userPassword user
$nothing
<div class="alert alert-info" role="alert">
<p>
2017-09-23 15:04:40 +02:00
<strong>Please set up your password below so that you could log in.
2016-05-03 10:21:40 +02:00
<img style="max-width:80px;padding-bottom:30px" src=@{AvatarR userId}>
<form method=post action=@{YourAccountR}#form enctype=#{formEnctype} autocomplete="off">
2016-02-15 21:52:22 +01:00
^{formWidget}
<button .btn .btn-primary type="submit">
_{MsgSubmit} <span class="glyphicon glyphicon-upload"></span>
2016-02-15 10:02:05 +01:00
<hr>
<ul class="list-group">
2017-09-23 15:04:40 +02:00
<li class="list-group-item">You don't need to specify your ID and SSH public key, if you don't use private repos hosted on Gonito.net.