diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index fa0beb311..ab796c4e3 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -129,7 +129,7 @@ class UsersController < ApplicationController end def show_new_score - render :layout => false + render :layout => 'users_base' end # end diff --git a/app/views/layouts/users_base.html.erb b/app/views/layouts/users_base.html.erb index d98ef3f46..b34609471 100644 --- a/app/views/layouts/users_base.html.erb +++ b/app/views/layouts/users_base.html.erb @@ -1,7 +1,7 @@ <% @nav_dispaly_home_path_label = 1 - @nav_dispaly_main_course_label = 1 - @nav_dispaly_main_project_label = 1 - @nav_dispaly_main_contest_label = 1 %> + @nav_dispaly_user_label = 1 + @nav_dispaly_store_all_label = 1 + %> <% @nav_dispaly_forum_label = 1%> @@ -39,12 +39,12 @@ - +
<%= l(:label_loading) %>
- +<%= call_hook :view_layouts_base_body_bottom %> diff --git a/public/stylesheets/css.css b/public/stylesheets/css.css index b6d61c865..444d0d383 100644 --- a/public/stylesheets/css.css +++ b/public/stylesheets/css.css @@ -149,7 +149,7 @@ a:hover.tijiao{ background:#0f99a9 !important;} .ni_con p{ color:#808181;} .ni_con a:hover{ text-decoration:none;} -.ui-widget-header{display: none;} +