lien
This commit is contained in:
parent
449ec28909
commit
3e26130543
@ -723,3 +723,27 @@ article{
|
||||
|
||||
|
||||
} }
|
||||
|
||||
|
||||
.actu_link{
|
||||
float:right;
|
||||
margin:10px;
|
||||
padding:8px 15px;
|
||||
border:1px solid #69952f;
|
||||
font-weight:bold;
|
||||
color:#69952f;
|
||||
margin-right:0;
|
||||
|
||||
&:hover{
|
||||
background:#69952f;
|
||||
color:white;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
.actu_title{
|
||||
|
||||
margin-bottom:60px;
|
||||
}
|
@ -1,5 +1,7 @@
|
||||
%h1=@index_title
|
||||
%p=link_to "Actualités du réseau", reseau_path
|
||||
=link_to "Actualités du réseau", reseau_path, :class => "actu_link"
|
||||
|
||||
%h1.actu_title=@index_title
|
||||
|
||||
|
||||
=render :partial => "index"
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
%h1=@index_title
|
||||
%p=link_to "Actualités du Pic Vert", articles_path
|
||||
=link_to "Actualités du Pic Vert", articles_path, :class => "actu_link"
|
||||
|
||||
%h1.actu_title=@index_title
|
||||
|
||||
=render :partial => "index"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user