lien blog
This commit is contained in:
parent
81a2e22139
commit
85247d155e
@ -274,6 +274,21 @@ body{
|
||||
#articles{
|
||||
margin-top:20px;
|
||||
width:560px;
|
||||
|
||||
#bloglink{
|
||||
|
||||
display:block;
|
||||
float:right;
|
||||
font-size:16px;
|
||||
padding-right:20px;
|
||||
text-decoration:none;
|
||||
&:hover{
|
||||
text-decoration:underline;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@ -79,7 +79,7 @@
|
||||
|
||||
#articles
|
||||
=render Article.recents.limit 3
|
||||
=link_to "Voir tout les articles du blog", articles_path()
|
||||
=link_to "Voir tout les articles du blog", articles_path(), :id => "bloglink"
|
||||
|
||||
|
||||
%p{:style => "clear:both"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user