This commit is contained in:
Nicolas Bally 2016-02-17 21:07:47 +01:00
parent 449ec28909
commit 3e26130543
3 changed files with 31 additions and 4 deletions

View File

@ -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;
}

View File

@ -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"

View File

@ -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"