|
|
|
@ -96,6 +96,7 @@ class GraduateTopicDetail extends Component{
|
|
|
|
|
tablePageSize,
|
|
|
|
|
tab,
|
|
|
|
|
}=this.state
|
|
|
|
|
const { current_user } = this.props
|
|
|
|
|
let {course_id,graduation_topic_id}=this.props.match.params;
|
|
|
|
|
const isStudent =this.props.isStudent();
|
|
|
|
|
const isAdmin =this.props.isAdmin();
|
|
|
|
@ -104,7 +105,7 @@ class GraduateTopicDetail extends Component{
|
|
|
|
|
<div className="newMain">
|
|
|
|
|
<div className="educontent mt10 mb50">
|
|
|
|
|
<p className="clearfix mb15 lineh-20">
|
|
|
|
|
<WordsBtn style="grey" className="fl" to={`/courses/${tableData.course_id}`}>{tableData && tableData.course_name}</WordsBtn>
|
|
|
|
|
<WordsBtn style="grey" className="fl" to={current_user.first_category_url}>{tableData && tableData.course_name}</WordsBtn>
|
|
|
|
|
<span className="color-grey-9 fl ml3 mr3">></span>
|
|
|
|
|
<WordsBtn style="grey" className="fl" to={`/courses/${tableData.course_id}/graduation_topics/${tableData.graduation_id}`}>{tableData.graduation_name}</WordsBtn>
|
|
|
|
|
<span className="color-grey-9 fl ml3 mr3">></span>
|
|
|
|
|