Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Political Memory
memopol
Commits
7bbdc438
Commit
7bbdc438
authored
Jun 10, 2016
by
Nicolas Joyard
Browse files
Fix footer links
parent
cf0b35cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
static/scss/footer.scss
View file @
7bbdc438
#footer
{
background
:
#5B8EDC
;
color
:
white
;
text-align
:
center
;
padding
:
20px
;
a
{
color
:
white
;
text-decoration
:
underline
;
}
background
:
#5B8EDC
;
color
:
white
;
text-align
:
center
;
padding
:
20px
;
a
{
color
:
white
;
text-decoration
:
underline
;
}
.license-links
,
.footer-link
{
display
:
inline
;
&
+
.footer-link
:before
{
content
:
'•'
;
padding
:
0
.5em
;
}
}
.footer-separator
{
height
:
1em
;
}
}
templates/_footer.haml
View file @
7bbdc438
-
load
i18n
#footer
.container-fluid
-
blocktrans
Memopol is free software
<a
href=
"https://github.com/political-memory/political_memory"
>
released
</a>
under the terms of the
<a
href=
"http://www.gnu.org/licenses/agpl.html"
>
GNU aGPLV3+
</a>
%a
{
href:
"https://github.com/political-memory/political_memory/issues/new"
}
-
trans
"Report a bug"
%br
{% trans "Provided by" %}
<a
href=
"http://www.laquadrature.net/"
>
La Quadrature du Net
</a>
%br
%hr
%a
{
href:
"http://parltrack.euwiki.org/"
}
-
trans
"EP data provided by Parltrack"
%a
{
href:
"http://www.memopol.org/"
}
-
trans
"Blog"
%a
{
href:
"http://memopol.readthedocs.io/en/master/"
}
-
trans
"Documentation"
.license-links
-
blocktrans
Memopol is
%a
{
href:
"https://github.com/political-memory/political_memory"
}
<
free
software
released
under
the
terms
of
the
%a
{
href:
"http://www.gnu.org/licenses/agpl.html"
}
<
GNU
aGPLV3
+
.footer-link
%a
{
href:
"https://github.com/political-memory/political_memory/issues/new"
}
<
-
trans
"Report a bug"
.footer-link
%a
{
href:
"http://www.memopol.org/"
}
<
-
trans
"Blog"
.footer-link
%a
{
href:
"http://memopol.readthedocs.io/en/master/"
}
<
-
trans
"Documentation"
.footer-separator
.footer-link
-
trans
"Developed by"
%a
{
href:
"http://www.laquadrature.net/"
}
<
La
Quadrature
du
Net
.footer-link
-
trans
"EP data provided by"
%a
{
href:
"http://parltrack.euwiki.org/"
}
<
-
trans
"Parltrack"
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment