You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
254 B
5 lines
254 B
6 years ago
|
json.partial! "graduation_topics/show_navigation", locals: {course: course, graduation: graduation}
|
||
|
json.task_status task_curr_status(graduation, course)[:status]
|
||
|
json.task_name graduation.name
|
||
|
json.task_id graduation.id
|
||
|
json.status graduation.status
|