11 lines
817 B
Plaintext
11 lines
817 B
Plaintext
<div class="clearfix mb15 fl">
|
|
<%= link_to "金币收入", user_grade_user_path(@user), :class => 'edu-filter-cir-grey fl active', :remote => true, :id => 'score_income' %>
|
|
<%= link_to "金币支出", user_grade_user_path(@user, :type => 2), :class => 'edu-filter-cir-grey fl', :remote => true, :id => 'score_expand' %>
|
|
</div>
|
|
<p class="clearfix mb15 gold-count">当前金币:<span><%= @user.grade %></span>,您可以通过<%= link_to '完善基本资料', my_account_path(), :class => "color-orange03" %>
|
|
、<%= link_to '首次绑定邮箱和手机', security_settings_path(), :class => "color-orange03" %>
|
|
以及<%= link_to '实训挑战', shixuns_path(), :class => "color-orange03" %>的方式获得金币</p>
|
|
<div id="user_grade_content">
|
|
<%= render :partial => "users/user_grade_content" %>
|
|
</div>
|