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

breadcrumb

parent ff3755bd
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ class Admin::Research::ResearchersController < Admin::Research::ApplicationContr
@possible_hal_authors = @researcher.possible_hal_authors unless @researcher.hal_identity?
@papers = @researcher.research_journal_papers.ordered.page(params[:page])
breadcrumb
add_breadcrumb @researcher
end
def update
......@@ -33,7 +34,6 @@ class Admin::Research::ResearchersController < Admin::Research::ApplicationContr
super
add_breadcrumb t('research.researchers', count: 2),
admin_research_researchers_path
breadcrumb_for @researcher
end
end
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