Ajout lien sur les associations

This commit is contained in:
echarp 2014-10-31 14:03:35 +01:00
parent 1973b3c41e
commit 5d643a5a28
3 changed files with 5 additions and 2 deletions

View File

@ -231,7 +231,7 @@ footer.bottom nav
clear: both
a
display: inline-block
padding: 2em 2%
padding: 2em 1%
padding-bottom: 0
em.fa
font-size: x-large

View File

@ -1,5 +1,5 @@
@media all and (min-width: 1600px)
main
body
font-size: larger
aside#lug-list

View File

@ -51,6 +51,9 @@
= link_to tags_url do
%em.fa.fa-tags
=t '.tags'
= link_to lugs_url do
%em.fa.fa-users
= Lug.model_name.human.pluralize
= link_to application_infos_url do
%em.fa.fa-info
=t '.infos'