[damned-lies] Move profile pic to action header
- From: Alexandre Franke <afranke src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies] Move profile pic to action header
- Date: Thu, 4 Jun 2015 22:11:24 +0000 (UTC)
commit 9ed41d63e1ccb4548c2efc4e5d25ed3759d3a8e2
Author: Alexandre Franke <alexandre franke gmail com>
Date: Thu Jun 4 19:46:38 2015 +0200
Move profile pic to action header
https://bugzilla.gnome.org/show_bug.cgi?id=699180
templates/vertimus/vertimus_detail.html | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/templates/vertimus/vertimus_detail.html b/templates/vertimus/vertimus_detail.html
index f49988f..a1a28f0 100644
--- a/templates/vertimus/vertimus_detail.html
+++ b/templates/vertimus/vertimus_detail.html
@@ -171,13 +171,14 @@ $(document).ready(function() {
{% for action,files in action_history %}
<div class="vertimus_action">
<div class="vertimus_action_head">
+ <div class="face_image">{{ action.person|people_image }}</div>
<a href="{{ action.person.get_absolute_url }}">{{ action.person.name }}</a>
- , <a name="{{ action.id }}" href="#{{ action.id }}" title="{% trans 'Link to this comment' %}">#</a>
+ , <br /><a name="{{ action.id }}" href="#{{ action.id }}" title="{% trans 'Link to this comment'
%}">#</a>
<strong>{{ action.description }}</strong>
, {{ action.created|date:_("Y-m-d g:i a O") }}
+ <div class="clear"></div>
</div>
<div class="vertimus_action_content">
- <div class="face_image">{{ action.person|people_image }}</div>
{% if action.file %}
<div class="uploaded_file">
<a href="{{ action.file.url }}" class="download_button">
@@ -204,7 +205,6 @@ $(document).ready(function() {
{% else %}
<p><em>{% trans "No comment" %}</em></p>
{% endif %}
- <div class="clear"></div>
</div>
</div>
{% endfor %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]