Skip to content
Snippets Groups Projects
Commit 1d4bb3e0 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fix #2512

parent 971f8cab
No related branches found
Tags v3.1.5
No related merge requests found
......@@ -16,7 +16,7 @@ class Admin::Education::Programs::ApplicationController < Admin::Education::Appl
add_breadcrumb Education::Program.model_name.human(count: 2), admin_education_programs_path
@program.ancestors_and_self.each do |program|
add_breadcrumb program.to_s_in(current_language), admin_education_program_path(program)
end
end if @program.present?
end
def default_url_options
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment