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.
|
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 |