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
e803845d
Commit
e803845d
authored
2 years ago
by
alexisben
Browse files
Options
Downloads
Patches
Plain Diff
Footer
parent
dbb69475
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/assets/stylesheets/extranet/_default/layouts/_footer.sass
+12
-2
12 additions, 2 deletions
...assets/stylesheets/extranet/_default/layouts/_footer.sass
app/views/extranet/application/_footer.html.erb
+30
-22
30 additions, 22 deletions
app/views/extranet/application/_footer.html.erb
with
42 additions
and
24 deletions
app/assets/stylesheets/extranet/_default/layouts/_footer.sass
+
12
−
2
View file @
e803845d
footer
font-size
:
$small-font-size
margin-top
:
100px
.logo
width
:
100px
\ No newline at end of file
padding-bottom
:
100px
.footer-logo
border-bottom
:
1px
solid
$primary
img
height
:
auto
width
:
100px
nav
a
display
:
block
line-height
:
px2rem
(
26
)
text-decoration
:
underline
This diff is collapsed.
Click to expand it.
app/views/extranet/application/_footer.html.erb
+
30
−
22
View file @
e803845d
<footer
class=
"pt-5"
>
<div
class=
"container
text-center
"
>
<div
class=
"
mb-5
"
>
<div
class=
"container"
>
<div
class=
"
footer-logo pb-5 mb-5 text-center
"
>
<%=
render
'logo'
%>
</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
class=
"row justify-space-between"
>
<address
class=
"col-md-6"
itemscope
itemtype=
"https://schema.org/CollegeOrUniversity"
>
<span
itemprop=
"name"
>
Institut de Journalisme Bordeaux Aquitaine
</span>
<div
itemprop=
"address"
itemscope
itemtype=
"https://schema.org/PostalAddress"
>
<span
itemprop=
"streetAddress"
>
1 rue Jacques Ellul
</span><br>
<span
itemprop=
"postalCode"
>
33000
</span><span
itemprop=
"addressLocality"
>
Bordeaux
</span><br>
</div>
</address>
<nav
class=
"text-end col-md-6"
>
<%=
link_to
t
(
'terms_of_service'
),
t
(
'terms_of_service_url'
),
target:
'_blank'
,
rel:
'noreferrer'
%>
<%=
link_to
t
(
'privacy_policy'
),
t
(
'privacy_policy_url'
),
target:
'_blank'
,
rel:
'noreferrer'
%>
<%=
link_to
t
(
'cookies_policy'
),
t
(
'cookies_policy_url'
),
target:
'_blank'
,
rel:
'noreferrer'
%>
<%=
link_to
t
(
'cookies_consent_choice'
),
''
,
class:
'js-gdpr__cookie_consent__display_again'
%>
</nav>
</div>
</div>
</footer>
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