Skip to content
Snippets Groups Projects
Unverified Commit 26ce97b1 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

Merge branch 'master' of github.com:noesya/osuny

parents e8942eaa 38f102a4
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ class Admin::Research::ResearchersController < Admin::Research::ApplicationContr
def breadcrumb
super
add_breadcrumb t('researcher.researchers', count: 2),
add_breadcrumb t('research.researchers', count: 2),
admin_research_researchers_path
breadcrumb_for @researcher
end
......
......@@ -23,10 +23,10 @@
<td><%= User.human_attribute_name('language') %></td>
<td class="text-end"><%= t("languages.#{@user.language.iso_code.to_s}") %></td>
</tr>
<% if @user.researcher %>
<% if @user.member %>
<tr>
<td><%= User.human_attribute_name('researcher') %></td>
<td class="text-end"><%= link_to @user.researcher, [:admin, @user.researcher] %></td>
<td><%= User.human_attribute_name('member') %></td>
<td class="text-end"><%= link_to @user.member, [:admin, @user.member] %></td>
</tr>
<% end %>
</table>
......
......@@ -22,9 +22,9 @@ en:
first_name: First name
language: Favourite language
last_name: Last name
member: Member
mobile_phone: Mobile phone
picture: Profile picture
researcher: Researcher profile
role: Role
models:
language:
......
......@@ -22,9 +22,9 @@ fr:
first_name: Prénom
language: Langue préférée
last_name: Nom
member: Personnel
mobile_phone: Téléphone portable
picture: Photo de profil
researcher: Profil de chercheur
role: Rôle
models:
language:
......
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