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
b7c9e7b0
Commit
b7c9e7b0
authored
3 years ago
by
Arnaud Levy
Browse files
Options
Downloads
Patches
Plain Diff
better
parent
d0c9d075
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/views/application/_footer.html.erb
+23
-32
23 additions, 32 deletions
app/views/application/_footer.html.erb
app/views/layouts/devise.html.erb
+2
-2
2 additions, 2 deletions
app/views/layouts/devise.html.erb
with
25 additions
and
34 deletions
app/views/application/_footer.html.erb
+
23
−
32
View file @
b7c9e7b0
<footer
class=
"pt-5"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"col-md-6"
>
<div
class=
"mb-5"
>
<%=
image_tag
'osuny-black.svg'
,
width:
80
%>
</div>
<p>
<%=
current_context
%>
</p>
</div>
<div
class=
"col-md-6"
>
<nav
class=
"nav flex-column text-end"
>
<%=
link_to
t
(
'terms_of_service'
),
t
(
'terms_of_service_url'
),
class:
'nav-link pe-0'
,
target:
'_blank'
,
rel:
'noreferrer'
%>
<%=
link_to
t
(
'privacy_policy'
),
t
(
'privacy_policy_url'
),
class:
'nav-link pe-0'
,
target:
'_blank'
,
rel:
'noreferrer'
%>
<%=
link_to
t
(
'cookies_policy'
),
t
(
'cookies_policy_url'
),
class:
'nav-link pe-0'
,
target:
'_blank'
,
rel:
'noreferrer'
%>
<%=
link_to
t
(
'cookies_consent_choice'
),
''
,
class:
'nav-link pe-0 js-gdpr__cookie_consent__display_again'
%>
</nav>
</div>
<div
class=
"container text-center"
>
<div
class=
"mb-5"
>
<%=
image_tag
'osuny-black.svg'
,
width:
80
%>
</div>
<nav
class=
"nav justify-content-center"
>
<%=
link_to
t
(
'terms_of_service'
),
t
(
'terms_of_service_url'
),
class:
'nav-link'
,
target:
'_blank'
,
rel:
'noreferrer'
%>
<%=
link_to
t
(
'privacy_policy'
),
t
(
'privacy_policy_url'
),
class:
'nav-link'
,
target:
'_blank'
,
rel:
'noreferrer'
%>
<%=
link_to
t
(
'cookies_policy'
),
t
(
'cookies_policy_url'
),
class:
'nav-link'
,
target:
'_blank'
,
rel:
'noreferrer'
%>
<%=
link_to
t
(
'cookies_consent_choice'
),
''
,
class:
'nav-link js-gdpr__cookie_consent__display_again'
%>
</nav>
</div>
</footer>
This diff is collapsed.
Click to expand it.
app/views/layouts/devise.html.erb
+
2
−
2
View file @
b7c9e7b0
...
...
@@ -6,8 +6,8 @@
<title>
<%=
yield
:title
%>
</title>
<%=
csrf_meta_tags
%>
<%=
csp_meta_tag
%>
<%=
stylesheet_link_tag
'a
pplicatio
n'
,
media:
'all'
%>
<%=
javascript_include_tag
'a
pplicatio
n'
%>
<%=
stylesheet_link_tag
'a
dmi
n'
,
media:
'all'
%>
<%=
javascript_include_tag
'a
dmi
n'
%>
<%=
favicon_link_tag
'favicon.png'
%>
</head>
<body
class=
"
<%=
body_classes
%>
"
>
...
...
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