弹框样式问题
This commit is contained in:
parent
f0823e7eb7
commit
e63508a337
|
|
@ -36,7 +36,7 @@ class UsersController < ApplicationController
|
|||
#
|
||||
before_filter :can_show_course, :only => [:user_courses,:user_homeworks]
|
||||
before_filter :check_authentication
|
||||
|
||||
|
||||
before_filter :find_user, :only => [:user_fanslist, :user_watchlist, :show, :edit, :update, :destroy, :edit_membership, :user_courses, :unsolved_issues_list, :unfinished_homework_list, :user_manage_homeworks,
|
||||
:unfinished_poll_list, :user_homeworks,:student_homeworks, :destroy_membership, :user_activities, :user_projects, :user_newfeedback, :user_comments, :update_message_viewed,
|
||||
:anonymous_evaluation_list,:unfinished_test_list, :watch_contests, :info, :watch_projects, :show_score, :topic_score_index, :project_score_index, :user_receive_homeworks,
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<%#= tip2 %>
|
||||
</p>-->
|
||||
<div class="clearfix task-popup-submit04">
|
||||
<a href="<%= url %>" class="task-btn task-btn-blue" id="btn_mask"><%= btn %></a>
|
||||
<a href="<%= url %>" class="task-btn task-btn-blue" id="btn_mask">知道了</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue