Skip to content
Extraits de code Groupes Projets
Valider e204a9a1 rédigé par flaburgan's avatar flaburgan
Parcourir les fichiers

Add aspects list and mentions link

parent 0a31d61c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -125,14 +125,16 @@ h3 { ...@@ -125,14 +125,16 @@ h3 {
border-bottom: solid rgb(53, 53, 53) 2px; border-bottom: solid rgb(53, 53, 53) 2px;
} }
// Aspects #aspects_list {
li > ul > li { padding: 0px;
font-size: 14px; border-bottom: 0px;
font-weight: normal;
color: $text-dark-grey; > ul > li {
border-bottom: none; font-size: 14px;
padding: 8px 42px;
}
} }
a { a {
color: $light-grey; color: $light-grey;
text-decoration: none; text-decoration: none;
......
...@@ -96,11 +96,14 @@ ...@@ -96,11 +96,14 @@
%li %li
= link_to t("streams.activity.title"), activity_stream_path = link_to t("streams.activity.title"), activity_stream_path
%li %li
= t('streams.aspects.title') = link_to t("streams.mentions.title"), mentioned_stream_path
%li %li
%ul#aspects_list = t('streams.aspects.title')
%li %li#aspects_list
= "One Aspect" %ul
- for aspect in current_user.aspects
%li
= aspect.name
%li %li
= link_to(t('layouts.header.profile'), user_profile_path(current_user.username)) = link_to(t('layouts.header.profile'), user_profile_path(current_user.username))
%li %li
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter