Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Admin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
osuny
Admin
Commits
8ea3447c
Commit
8ea3447c
authored
3 years ago
by
pabois
Browse files
Options
Downloads
Patches
Plain Diff
hint for universities
parent
520530b0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
app/views/server/universities/_form.html.erb
+3
-2
3 additions, 2 deletions
app/views/server/universities/_form.html.erb
config/locales/university/en.yml
+2
-1
2 additions, 1 deletion
config/locales/university/en.yml
config/locales/university/fr.yml
+2
-1
2 additions, 1 deletion
config/locales/university/fr.yml
with
7 additions
and
4 deletions
app/views/server/universities/_form.html.erb
+
3
−
2
View file @
8ea3447c
...
...
@@ -4,7 +4,8 @@
<%=
f
.
input
:name
%>
<%=
f
.
input
:identifier
%>
<%=
f
.
input
:private
%>
<%=
f
.
input
:sms_sender_name
,
maxlength:
11
%>
<%=
f
.
input
:sms_sender_name
,
maxlength:
11
%>
</div>
<div
class=
"col-md-4"
>
<%=
f
.
input
:address
%>
...
...
@@ -26,7 +27,7 @@
direct_upload:
true
%>
</div>
</div>
<h3
class=
"mt-5"
>
I
nvoice
informations
</h3>
<h3
class=
"mt-5"
>
<%=
t
(
'university.i
nvoice
_
informations
'
)
%>
</h3>
<div
class=
"row"
>
<div
class=
"col-md-4"
>
<%=
f
.
input
:invoice_date
%>
...
...
This diff is collapsed.
Click to expand it.
config/locales/university/en.yml
+
2
−
1
View file @
8ea3447c
...
...
@@ -60,7 +60,7 @@ en:
simple_form
:
hints
:
university
:
sms_sender_name
:
"
11
characters
max."
sms_sender_name
:
"
11
characters
max.
Only
alphanumeric
chars
([A-Z][a-z][0-9]).
"
university_person
:
habilitation
:
"
Possesses
an
accreditation
to
supervise
research."
is_administration
:
"
Fulfill
administrative
missions."
...
...
@@ -69,6 +69,7 @@ en:
is_teacher
:
"
Teaches
in
Schools."
tenure
:
"
To
differ
from
temporary
lecturer."
university
:
invoice_informations
:
Invoice informations
person
:
administrator_roles
:
Administrator roles
taught_programs
:
Taught programs
This diff is collapsed.
Click to expand it.
config/locales/university/fr.yml
+
2
−
1
View file @
8ea3447c
...
...
@@ -60,7 +60,7 @@ fr:
simple_form
:
hints
:
university
:
sms_sender_name
:
"
11
caractères
maximum."
sms_sender_name
:
"
11
caractères
maximum.
Que
des
caractères
alphadécimaux
([A-Z][a-z][0-9]).
"
university_person
:
habilitation
:
"
Détient
une
Habilitation
à
Diriger
des
Recherches
(HDR)."
is_administration
:
"
Remplit
des
missions
administratives."
...
...
@@ -69,6 +69,7 @@ fr:
is_teacher
:
"
Enseigne
dans
des
formations."
tenure
:
"
A
différencier
d'une
personne
vacataire."
university
:
invoice_informations
:
Données de facturation
person
:
administrator_roles
:
Rôles administratifs
taught_programs
:
Formations enseignées
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment