-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.html.erb
More file actions
58 lines (46 loc) · 2.2 KB
/
profile.html.erb
File metadata and controls
58 lines (46 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<%= render :partial => "head", :locals => {:bodyClass => ""} %>
<%= render :partial => "swiperModal" %>
<%= render :partial => "menu" %>
<div class="container">
<div class="scroller">
<header class="header">
<span class="header__btnMenu">Изменение пароля</span>
<span class="header__btnPlus"></span>
</header>
<div class="content login">
<form class="form" action="/">
<p class="avaInput">
<label style="background-image: url(images/temp/_ava@2x.jpg);" for="avaInputFile"></label>
<input id="avaInputFile" type="file"/>
</p>
<div class="form__section">
<div class="form__fld">
<input type="text" class="icontrol" placeholder="Имя Фамилия"/>
</div>
<div class="form__fld">
<input type="text" class="icontrol" placeholder="E-mail" value="welcome@bigdig.com"/>
</div>
<div class="form__fld">
<input type="text" class="icontrol" placeholder="Телефон" value="+38 (093) 12-34-567"/>
</div>
</div>
<span class="btnChangePass"><i class="icon icon_key"></i>Изменить пароль</span>
<div class="form__section form__section_hidden">
<div class="form__fld">
<input type="password" class="icontrol" placeholder="Придумайте новый пароль"/>
<div class="form__fld__hint form__fld__hint_gray">
Более шести символов
</div>
</div>
<div class="form__fld">
<input type="password" class="icontrol" placeholder="Повторите новый пароль"/>
</div>
</div>
<button class="btnGn" type="submit">сохранить изменения</button>
</form>
</div>
</div>
</div>
<%= render :partial => "js" %>
</body>
</html>