更新 'lib/assets/javascripts/dashboard/views/profile/profile-form/profile-form.tpl'
This commit is contained in:
parent
7b9df3217e
commit
46f244c78b
@ -52,8 +52,9 @@
|
||||
</div>
|
||||
<div class="FormAccount-rowData">
|
||||
<input class="CDB-InputText CDB-Text FormAccount-input FormAccount-input--small u-rspace-s" id="user_name" name="user[name]" placeholder="<%= _t('profile.views.form.first_name') %>" size="30" type="text" value="<%= user.name %>">
|
||||
<!--
|
||||
<input class="CDB-InputText CDB-Text FormAccount-input FormAccount-input--small" id="user_last_name" name="user[last_name]" placeholder="<%= _t('profile.views.form.last_name') %>" size="30" type="text" value="<%= user.last_name %>">
|
||||
|
||||
-->
|
||||
<div class="FormAccount-rowInfo FormAccount-rowInfo--marginLeft">
|
||||
<p class="CDB-Text CDB-Size-small u-altTextColor"><%= _t('profile.views.form.info_public_name') %></p>
|
||||
</div>
|
||||
@ -204,6 +205,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div class="FormAccount-row">
|
||||
<div class="FormAccount-rowLabel">
|
||||
<label class="CDB-Text CDB-Size-medium is-semibold u-mainTextColor"><%= _t('profile.views.form.twitter') %>*</label>
|
||||
@ -215,6 +217,7 @@
|
||||
<p class="CDB-Text CDB-Size-small u-altTextColor"></p>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<div class="FormAccount-row">
|
||||
<div class="FormAccount-rowLabel">
|
||||
|
Loading…
Reference in New Issue
Block a user