Ajout lien sur les associations
This commit is contained in:
parent
1973b3c41e
commit
5d643a5a28
@ -231,7 +231,7 @@ footer.bottom nav
|
|||||||
clear: both
|
clear: both
|
||||||
a
|
a
|
||||||
display: inline-block
|
display: inline-block
|
||||||
padding: 2em 2%
|
padding: 2em 1%
|
||||||
padding-bottom: 0
|
padding-bottom: 0
|
||||||
em.fa
|
em.fa
|
||||||
font-size: x-large
|
font-size: x-large
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
@media all and (min-width: 1600px)
|
@media all and (min-width: 1600px)
|
||||||
main
|
body
|
||||||
font-size: larger
|
font-size: larger
|
||||||
|
|
||||||
aside#lug-list
|
aside#lug-list
|
||||||
|
@ -51,6 +51,9 @@
|
|||||||
= link_to tags_url do
|
= link_to tags_url do
|
||||||
%em.fa.fa-tags
|
%em.fa.fa-tags
|
||||||
=t '.tags'
|
=t '.tags'
|
||||||
|
= link_to lugs_url do
|
||||||
|
%em.fa.fa-users
|
||||||
|
= Lug.model_name.human.pluralize
|
||||||
= link_to application_infos_url do
|
= link_to application_infos_url do
|
||||||
%em.fa.fa-info
|
%em.fa.fa-info
|
||||||
=t '.infos'
|
=t '.infos'
|
||||||
|
Loading…
Reference in New Issue
Block a user