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
8167dc46
Commit
8167dc46
authored
3 years ago
by
Arnaud Levy
Browse files
Options
Downloads
Patches
Plain Diff
wip
parent
7ff0d6fe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/views/admin/universities/index.html.erb
+2
-2
2 additions, 2 deletions
app/views/admin/universities/index.html.erb
config/locales/fr.yml
+6
-0
6 additions, 0 deletions
config/locales/fr.yml
with
8 additions
and
2 deletions
app/views/admin/universities/index.html.erb
+
2
−
2
View file @
8167dc46
...
...
@@ -5,7 +5,7 @@
<tr>
<th>
<%=
University
.
human_attribute_name
(
'name'
)
%>
</th>
<th>
<%=
University
.
human_attribute_name
(
'url'
)
%>
</th>
<th>
<%=
University
.
human_attribute_name
(
'private'
)
%>
</th>
<th>
<%=
University
.
human_attribute_name
(
'
public_or_
private'
)
%>
</th>
<th></th>
</tr>
</thead>
...
...
@@ -14,7 +14,7 @@
<tr>
<td>
<%=
link_to
university
,
[
:admin
,
university
]
%>
</td>
<td>
<%=
link_to
university
.
domain_url
,
university
.
domain_url
,
target: :_blank
%>
</td>
<td>
<%=
university
.
private
%>
</td>
<td>
<%=
university
.
private
?
University
.
human_attribute_name
(
'private'
)
:
University
.
human_attribute_name
(
'public'
)
%>
</td>
<td
class=
"text-end"
>
<%=
edit_link
university
%>
<%=
destroy_link
university
%>
...
...
This diff is collapsed.
Click to expand it.
config/locales/fr.yml
+
6
−
0
View file @
8167dc46
fr
:
true
:
Oui
false
:
Non
activerecord
:
models
:
program
:
...
...
@@ -51,6 +53,10 @@ fr:
zipcode
:
Code postal
city
:
Ville
country
:
Pays
private
:
Etablissement privé
public_or_private
:
Public/privé
public
:
Public
private
:
Privé
user
:
email
:
Email
first_name
:
Prénom
...
...
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