Ivan Fonseca
7 years ago
No known key found for this signature in database
GPG Key ID: 95A9C856EC788689
6 changed files with
1 additions and
8 deletions
-
tildes/scss/modules/_nav.scss
-
tildes/tildes/templates/invite.jinja2
-
tildes/tildes/templates/messages.jinja2
-
tildes/tildes/templates/notifications_unread.jinja2
-
tildes/tildes/templates/settings.jinja2
-
tildes/tildes/templates/user.jinja2
|
|
|
@ -12,7 +12,7 @@ |
|
|
|
font-weight: normal; |
|
|
|
border-bottom: 0; |
|
|
|
|
|
|
|
&.active > a { |
|
|
|
&.active a { |
|
|
|
color: $blue; |
|
|
|
text-decoration: underline; |
|
|
|
} |
|
|
|
|
|
|
|
@ -1,7 +1,5 @@ |
|
|
|
{% extends 'base_user_menu.jinja2' %} |
|
|
|
|
|
|
|
{% from 'macros/user_menu.jinja2' import render_user_menu with context %} |
|
|
|
|
|
|
|
{% block title %}Invite someone{% endblock %} |
|
|
|
|
|
|
|
{% block main_heading %} |
|
|
|
|
|
|
|
@ -2,7 +2,6 @@ |
|
|
|
|
|
|
|
{% from 'macros/datetime.jinja2' import time_ago_responsive %} |
|
|
|
{% from 'macros/links.jinja2' import username_linked %} |
|
|
|
{% from 'macros/user_menu.jinja2' import render_user_menu with context %} |
|
|
|
|
|
|
|
{% block title %}Message Inbox{% endblock %} |
|
|
|
|
|
|
|
|
|
|
|
@ -2,7 +2,6 @@ |
|
|
|
|
|
|
|
{% from 'macros/comments.jinja2' import comment_tag_options_template, render_single_comment with context %} |
|
|
|
{% from 'macros/links.jinja2' import group_linked %} |
|
|
|
{% from 'macros/user_menu.jinja2' import render_user_menu with context %} |
|
|
|
|
|
|
|
{% block title %}Unread notifications{% endblock %} |
|
|
|
|
|
|
|
|
|
|
|
@ -1,7 +1,5 @@ |
|
|
|
{% extends 'base_user_menu.jinja2' %} |
|
|
|
|
|
|
|
{% from 'macros/user_menu.jinja2' import render_user_menu with context %} |
|
|
|
|
|
|
|
{% block title %}User settings{% endblock %} |
|
|
|
|
|
|
|
{% block main_heading %}User settings{% endblock %} |
|
|
|
|
|
|
|
@ -38,7 +38,6 @@ |
|
|
|
{% block sidebar %} |
|
|
|
{% if user == request.user %} |
|
|
|
{{ super() }} |
|
|
|
test |
|
|
|
<hr> |
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|