个人主页样式调整

This commit is contained in:
daiao 2016-12-16 18:47:15 +08:00
parent 4642e0cd11
commit e30006be39
6 changed files with 10 additions and 11 deletions

View File

@ -1872,7 +1872,7 @@ class UsersController < ApplicationController
@applied_message_alls << mess @applied_message_alls << mess
end end
elsif message_all.message_type == "CourseMessage" elsif message_all.message_type == "CourseMessage"
if (mess.course_message_type == "JoinCourse" && mess.status == 0) if mess.course_message_type == "JoinCourseRequest" && mess.status == 0
@applied_message_alls << mess @applied_message_alls << mess
end end
end end
@ -2083,8 +2083,8 @@ class UsersController < ApplicationController
@message_alls << mess @message_alls << mess
end end
elsif message_all.message_type == "CourseMessage" elsif message_all.message_type == "CourseMessage"
if (mess.course_message_type == "JoinCourse" && mess.status == 0) if mess.course_message_type == "JoinCourseRequest" && mess.status == 0
@message_alls << mess @message_alls << mess
end end
end end
end end

View File

@ -1,7 +1,6 @@
<p> <p>
<span class="c_blue" style="color:#1b55a7;"> <span class="c_blue" style="color:#1b55a7;">
<%= link_to(h("#{@user.login}(#{@user.show_name})"), @issue_author_url , :style=>'color:#1b55a7; font-weight:bold;') %> <%= link_to(h("#{@user.login}(#{@user.show_name})"), @issue_author_url , :style=>'color:#1b55a7; font-weight:bold;') %>
</span>给你留言了 </span>给你留言了
</p> </p>

View File

@ -3,10 +3,10 @@
<table class="sy_new_table clear" cellpadding="0" cellspacing="0"> <table class="sy_new_table clear" cellpadding="0" cellspacing="0">
<thead> <thead>
<tr> <tr>
<th>作业标题</th> <th><li class="fl ml5">作业标题</li></th>
<th style="width:160px">来源</th> <th style="width:160px">来源</th>
<th style="width:80px">类型</th> <th style="width:80px">类型</th>
<th style="width:160px">截止剩余时间</th> <th style="width:120px">截止剩余时间</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>

View File

@ -3,10 +3,10 @@
<table class="sy_new_table clear" cellpadding="0" cellspacing="0"> <table class="sy_new_table clear" cellpadding="0" cellspacing="0">
<thead> <thead>
<tr> <tr>
<th>作业标题</th> <th><li class="fl ml5">作业标题</li></th>
<th style="width:160px">来源</th> <th style="width:160px">来源</th>
<th style="width:80px">类型</th> <th style="width:80px">类型</th>
<th style="width:160px">截止剩余时间</th> <th style="width:120px">截止剩余时间</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>

View File

@ -3,10 +3,10 @@
<table class="sy_new_table clear" cellpadding="0" cellspacing="0"> <table class="sy_new_table clear" cellpadding="0" cellspacing="0">
<thead> <thead>
<tr> <tr>
<th>测验标题</th> <th><li class="fl ml5">测验标题</li></th>
<th style="width:160px">来源</th> <th style="width:160px">来源</th>
<th style="width:80px">测验时长</th> <th style="width:80px">测验时长</th>
<th style="width:160px">截止剩余时间</th> <th style="width:120px">截止剩余时间</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>

View File

@ -3,7 +3,7 @@
<table class="sy_new_table clear" cellpadding="0" cellspacing="0"> <table class="sy_new_table clear" cellpadding="0" cellspacing="0">
<thead> <thead>
<tr> <tr>
<th>标题</th> <th><li class="fl ml5">标题</li></th>
<th style="width:160px">来源</th> <th style="width:160px">来源</th>
<th style="width:80px">发布人</th> <th style="width:80px">发布人</th>
<th style="width:80px">优先度</th> <th style="width:80px">优先度</th>