From 0d0f5022c052a19df352275823b7860906bc2fa0 Mon Sep 17 00:00:00 2001 From: pabois <pierreandre.boissinot@noesya.coop> Date: Mon, 2 May 2022 16:54:27 +0200 Subject: [PATCH] mapping --- app/views/server/universities/_sso_mapping.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/server/universities/_sso_mapping.html.erb b/app/views/server/universities/_sso_mapping.html.erb index b1d1c249e..3a4269c6b 100644 --- a/app/views/server/universities/_sso_mapping.html.erb +++ b/app/views/server/universities/_sso_mapping.html.erb @@ -10,7 +10,7 @@ <div v-for="(field, index) in fields"> <div class="card"> <div class="card-header d-flex justify-content-between pb-0"> - 1. {{ field.sso_key }} -> {{ field.internal_key}} + {{index + 1}}. {{ field.sso_key }} -> {{ field.internal_key}} <a v-on:click="fields.splice(fields.indexOf(field), 1)" title="Remove field"> -- GitLab