Skip to content

Commit

Permalink
add course name
Browse files Browse the repository at this point in the history
  • Loading branch information
AyaIsLearning committed Jun 16, 2019
1 parent e7980cf commit 9d7e9fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions front_end/js/personalinfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ function genComment(data){
var single_comment= $("<div class=\"card col-md-12\" style=\"margin-top:8px\" id=\"comment_"+i+"\">"+
"<div class=\"col-md-10 offset-md-1\">"+
" <div class=\"row align-items-center\">\n"+
" <p class=\"my-4 col-md-2 col-4\">"+comments[i].course_name+"</p>"+
" <p class=\"my-4 col-md-2 col-4\">教师</p>"+
" <p class=\"my-4 col-md-2 col-6\">"+comments[i].teacher+"</p>"+
" </div>\n"+
Expand Down
2 changes: 1 addition & 1 deletion front_end/personalinfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@

</div>

<div class="row">
<div class="row mt-3">
<div class="col-md-12 ">
<p class="text-center text-dark my-2">© Copyright 2019 flamenco - All rights reserved. </p>
</div>
Expand Down

0 comments on commit 9d7e9fe

Please sign in to comment.