Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
ELAN carrés
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Littérature et Arts Numériques
ELAN carrés
Commits
cccf98ec
Commit
cccf98ec
authored
Apr 11, 2019
by
Arnaud Bey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes
parent
a04265d6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
22 deletions
+29
-22
application/assets/css/template.css
application/assets/css/template.css
+7
-3
application/templates/base-includes/footer.html.twig
application/templates/base-includes/footer.html.twig
+13
-15
application/templates/default/index.html.twig
application/templates/default/index.html.twig
+9
-4
No files found.
application/assets/css/template.css
View file @
cccf98ec
...
...
@@ -10,14 +10,18 @@
text-decoration
:
none
;
}
#main-container
.card
#footer
{
#main-container
#footer
{
margin-top
:
10px
;
height
:
30px
;
min-height
:
50px
;
text-align
:
center
;
background-color
:
rgba
(
255
,
255
,
255
,
0.8
);
}
.inThePipelines
{
margin-top
:
10px
;
margin-bottom
:
10px
;
background-color
:
rgba
(
255
,
255
,
255
,
0.8
);
}
:focus
,
:active
,
:active:focus
{
outline
:
none
;
}
application/templates/base-includes/footer.html.twig
View file @
cccf98ec
<div
class=
"col-12"
>
<div
class=
"card"
id=
"footer"
>
<div
class=
"card-body"
>
<div
class=
"row"
>
<div
class=
"col links"
>
<a
href=
"
{{
path
(
"legal_notices"
)
}}
"
>
Mentions légales
</a>
-
<a
target=
"_blank"
href=
"https://gitlab.com/litt-arts-num/elan-carres"
>
Code source
</a>
-
{%
if
not
is_granted
(
'IS_AUTHENTICATED_REMEMBERED'
)
%}
<a
href=
"
{{
path
(
'app_register'
)
}}
"
>
S'enregistrer
</a>
-
<a
href=
"
{{
path
(
'app_login'
)
}}
"
>
Se connecter
</a>
-
{%
else
%}
<a
href=
"
{{
path
(
'app_logout'
)
}}
"
>
Se déconnecter
</a>
{%
endif
%}
(Crédits photo : Bertrand93 - 2011 - CC-BY-SA-3.0)
</div>
</div>
<div
class=
"alert alert-info"
id=
"footer"
>
<div
class=
"row"
>
<div
class=
"col links"
>
<a
href=
"
{{
path
(
"legal_notices"
)
}}
"
>
Mentions légales
</a>
-
<a
target=
"_blank"
href=
"https://gitlab.com/litt-arts-num/elan-carres"
>
Code source
</a>
-
{%
if
not
is_granted
(
'IS_AUTHENTICATED_REMEMBERED'
)
%}
<a
href=
"
{{
path
(
'app_register'
)
}}
"
>
S'enregistrer
</a>
-
<a
href=
"
{{
path
(
'app_login'
)
}}
"
>
Se connecter
</a>
-
{%
else
%}
<a
href=
"
{{
path
(
'app_logout'
)
}}
"
>
Se déconnecter
</a>
{%
endif
%}
(Crédits photo : Bertrand93 - 2011 - CC-BY-SA-3.0)
</div>
</div>
</div>
</div>
application/templates/default/index.html.twig
View file @
cccf98ec
...
...
@@ -21,14 +21,19 @@
</div>
</div>
{%
endif
%}
</div>
<div
class=
"row"
>
<div
class=
"col-12"
>
<h3>
Dans les tuyaux
</h3>
<div
class=
"col-3"
>
<div
class=
"alert inThePipelines"
>
Projets dans les tuyaux...
</div>
</div>
</div>
<div
class=
"row"
>
{%
for
square
in
inThePipelines
%}
{%
include
'default/square.html.twig'
%}
{%
endfor
%}
{%
endblock
%}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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