Add aspects list and mentions link

This commit is contained in:
flaburgan 2014-01-06 17:59:59 +01:00
parent 0a31d61ccc
commit e204a9a121
2 changed files with 16 additions and 11 deletions

View file

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

View file

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