Badges: don't display them just yet
This commit is contained in:
parent
9a0da126e6
commit
93720e226c
@ -10,13 +10,15 @@
|
|||||||
.comment-content
|
.comment-content
|
||||||
.comment-body
|
.comment-body
|
||||||
p.comment-author {{ comment._user.full_name }}
|
p.comment-author {{ comment._user.full_name }}
|
||||||
|
| {#
|
||||||
//- TODO(Pablo): due to the broad styling done on the .comment-content class the
|
//- TODO(Pablo): due to the broad styling done on the .comment-content class the
|
||||||
//- styling for the badges that I put in _project.sass isn't applied properly here.
|
//- styling for the badges that I put in _project.sass isn't applied properly here.
|
||||||
| {{ comment._user.badges_html|safe }}
|
| {{ comment._user.badges_html|safe }}
|
||||||
|
| #}
|
||||||
|
|
||||||
span {{comment.properties | markdowned('content') }}
|
span {{comment.properties | markdowned('content') }}
|
||||||
|
|
||||||
// TODO: Markdown preview when editing
|
| {# TODO(Pablo): Markdown preview when editing #}
|
||||||
|
|
||||||
.comment-meta
|
.comment-meta
|
||||||
.comment-rating(
|
.comment-rating(
|
||||||
|
@ -39,12 +39,15 @@ style.
|
|||||||
.form-group
|
.form-group
|
||||||
| {{ _("Change your full name, email, and password at") }} #[a(href="https://www.blender.org/id/settings/profile",target='_blank') Blender ID].
|
| {{ _("Change your full name, email, and password at") }} #[a(href="https://www.blender.org/id/settings/profile",target='_blank') Blender ID].
|
||||||
|
|
||||||
|
| {#
|
||||||
| {% if current_user.badges_html %}
|
| {% if current_user.badges_html %}
|
||||||
.form-group
|
.form-group
|
||||||
p Your Blender ID badges:
|
p Your Blender ID badges:
|
||||||
| {{ current_user.badges_html|safe }}
|
| {{ current_user.badges_html|safe }}
|
||||||
p.hint-text Note that updates to these badges may take a few minutes to be visible here.
|
p.hint-text Note that updates to these badges may take a few minutes to be visible here.
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
| #}
|
||||||
|
|
||||||
.py-3
|
.py-3
|
||||||
a(href="https://gravatar.com/")
|
a(href="https://gravatar.com/")
|
||||||
img.rounded-circle(src="{{ current_user.gravatar }}")
|
img.rounded-circle(src="{{ current_user.gravatar }}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user