修改《个人主页积分弹框显示错误》bug

Signed-off-by: alan <547533434@qq.com>
This commit is contained in:
alan 2015-01-09 12:29:49 +08:00
parent 4b9bad0dc5
commit 53b57d4c53
3 changed files with 7 additions and 7 deletions

View File

@ -129,7 +129,7 @@ class UsersController < ApplicationController
end end
def show_new_score def show_new_score
render :layout => false render :layout => 'users_base'
end end
# end # end

View File

@ -1,7 +1,7 @@
<% @nav_dispaly_home_path_label = 1 <% @nav_dispaly_home_path_label = 1
@nav_dispaly_main_course_label = 1 @nav_dispaly_user_label = 1
@nav_dispaly_main_project_label = 1 @nav_dispaly_store_all_label = 1
@nav_dispaly_main_contest_label = 1 %> %>
<% @nav_dispaly_forum_label = 1%> <% @nav_dispaly_forum_label = 1%>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="<%= current_language %>"> <html lang="<%= current_language %>">
@ -39,12 +39,12 @@
</div> </div>
</div> </div>
<div id="ajax-indicator" style="display:none;"><span><%= l(:label_loading) %></span></div> <div id="ajax-indicator" ><span><%= l(:label_loading) %></span></div>
<div id="ajax-modal" style="display:none;"></div> <div id="ajax-modal" style="display:none;"></div>
</div> </div>
</div> </div>
<!--<#%= call_hook :view_layouts_base_body_bottom %>--> <%= call_hook :view_layouts_base_body_bottom %>
</body> </body>
</html> </html>

View File

@ -149,7 +149,7 @@ a:hover.tijiao{ background:#0f99a9 !important;}
.ni_con p{ color:#808181;} .ni_con p{ color:#808181;}
.ni_con a:hover{ text-decoration:none;} .ni_con a:hover{ text-decoration:none;}
.ui-widget-header{display: none;}