删除了个人资料修改里的lastname
This commit is contained in:
parent
7a047641ee
commit
094e35f253
|
@ -168,6 +168,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
<td style=" word-wrap: break-word; word-break: break-all"><%= l(:label_bidding_reason_homewrok) %> : <%= b_project.description %></td>
|
||||
</tr>
|
||||
<% else %>
|
||||
|
|
|
@ -29,9 +29,9 @@
|
|||
<p style="width:400px;padding-left: 26px;">
|
||||
<%= f.text_field :firstname, :required => true %>
|
||||
</p>
|
||||
<p style="width:400px;padding-left: 26px;">
|
||||
<!--<p style="width:400px;padding-left: 26px;">
|
||||
<%= f.text_field :lastname, :required => true %>
|
||||
</p></span>
|
||||
</p>--></span>
|
||||
|
||||
<span id = 'enterprise' style = 'display:none'>
|
||||
<p style="width:400px;padding-left: 26px;">企业名<%= text_field_tag :enterprise_name, @user.firstname %>
|
||||
|
|
Loading…
Reference in New Issue