用户界面返回500错误 #2610
This commit is contained in:
parent
9b0602fd9c
commit
1355dc805f
|
@ -199,7 +199,7 @@
|
||||||
</td>
|
</td>
|
||||||
<% end %>
|
<% end %>
|
||||||
</tr>
|
</tr>
|
||||||
<% elsif @user.user_extensions.identity == 3 && @user.user_extensions.occupation.empty? %>
|
<% elsif @user.user_extensions.identity == 3 && @user.user_extensions.occupation %>
|
||||||
<tr>
|
<tr>
|
||||||
<td style=" float: right" width="70px">
|
<td style=" float: right" width="70px">
|
||||||
<span style="float: right"> <%= l(:field_occupation) %>:</span>
|
<span style="float: right"> <%= l(:field_occupation) %>:</span>
|
||||||
|
|
Loading…
Reference in New Issue